Home
last modified time | relevance | path

Searched refs:PWD (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/flang/tools/f18/
H A Dflang-to-external-fc.in310 …echo flang: in "$PWD", flang-new failed with exit status $status: "$wd/bin/flang-new" "${opts[@]}"…
319 …echo flang: in "$PWD", flang-new failed with exit status $status: "$wd/bin/flang-new" "${opts[@]}"…
415 …echo flang: in "$PWD", flang-new failed with exit status "$ret_status": "$wd/bin/flang-new" "${fla…
435 …echo flang: in "$PWD", "$ext_fc" failed with exit status "$ret_status": "$ext_fc" "${ext_fc_option…
458 …echo flang: in "$PWD", "$ext_fc" failed with exit status "$ret_status": "$ext_fc" "${ext_fc_option…
482 …echo flang: in "$PWD", "$ext_fc" failed with exit status "$ret_status": "$ext_fc" "${ext_fc_option…
/llvm-project-15.0.7/llvm/utils/TableGen/
H A Dtdtags207 printf >&2 'In "%s",\n' "$PWD"
278 td_find "$PWD"
314 td_find "$PWD"
322 printf '%s/%s\n' "$PWD" "$d"
340 while [ "$PWD" != / ]
/llvm-project-15.0.7/libcxx/utils/ci/
H A Doss-fuzz.sh15 cmake -S ${PWD} -B ${BUILD} \
/llvm-project-15.0.7/llvm/tools/xcode-toolchain/
H A DCMakeLists.txt25 # -DCMAKE_INSTALL_PREFIX=$PWD/install
27 # export EXTERNAL_TOOLCHAINS_DIR=$PWD/install/Toolchains
/llvm-project-15.0.7/llvm/test/tools/llvm-cov/
H A Dcoverage-prefix-map.test23 …llvm -enable-name-compression=false -fcoverage-mapping -fcoverage-prefix-map=$PWD=. main.cc -o main
/llvm-project-15.0.7/mlir/utils/clang-tidy/
H A Dapply-clang-tidy.sh21 SRC_DIR=$PWD
/llvm-project-15.0.7/clang-tools-extra/docs/
H A Dclang-include-fixer.rst54 $ ln -s $PWD/find_all_symbols_db.yaml path/to/llvm/source/ # Link database into the source tree.
55 …$ ln -s $PWD/compile_commands.json path/to/llvm/source/ # Also link compilation database if it's n…
/llvm-project-15.0.7/llvm/test/tools/llvm-profgen/
H A Dcallback-external-addr.test111 ; clang test.c -O0 -g -fno-optimize-sibling-calls -fdebug-info-for-profiling -L $PWD -lcallback -f…
/llvm-project-15.0.7/clang/docs/
H A DHowToSetupToolingForLLVM.rst48 $ ln -s $PWD/compile_commands.json path/to/llvm/source/
239 $ ln -s $PWD/compile_commands.json path/to/llvm/source/
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp260 SmallString<128> PWD, RealPWD; in RealFileSystem() local
261 if (llvm::sys::fs::current_path(PWD)) in RealFileSystem()
263 if (llvm::sys::fs::real_path(PWD, RealPWD)) in RealFileSystem()
264 WD = {PWD, PWD}; in RealFileSystem()
266 WD = {PWD, RealPWD}; in RealFileSystem()
/llvm-project-15.0.7/mlir/docs/Dialects/Linalg/
H A DOpDSL.md17 PYTHONPATH=$PWD/build/tools/mlir/python_packages/mlir_core`). Optionally, use an
25 Alternatively, run the `$PWD/build/bin/update_core_linalg_named_ops.sh` script,
/llvm-project-15.0.7/llvm-libgcc/docs/
H A DLLVMLibgcc.rst84 # Assumes $(PWD) is /path/to/llvm-project
/llvm-project-15.0.7/openmp/runtime/tools/lib/
H A Dtools.pm794 $path = File::Spec->rel2abs( $path, ( defined( $base ) ? $base : $ENV{ PWD } ) );
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp924 auto PWD = PFS.getCurrentWorkingDirectory(); in TEST() local
925 ASSERT_FALSE(PWD.getError()); in TEST()
926 ASSERT_EQ("/", getPosixPath(*PWD)); in TEST()
/llvm-project-15.0.7/lldb/docs/resources/
H A Dtest.rst421 On NetBSD you must export ``LD_LIBRARY_PATH=$PWD/lib`` in your environment.
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc373 const char *pwd = ::getenv("PWD");
/llvm-project-15.0.7/llvm/docs/
H A DGettingStarted.rst325 % $PWD/../gcc-${gcc_version}/configure --prefix=$HOME/toolchains --enable-languages=c,c++