| /llvm-project-15.0.7/flang/tools/f18/ |
| H A D | flang-to-external-fc.in | 310 …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 D | tdtags | 207 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 D | oss-fuzz.sh | 15 cmake -S ${PWD} -B ${BUILD} \
|
| /llvm-project-15.0.7/llvm/tools/xcode-toolchain/ |
| H A D | CMakeLists.txt | 25 # -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 D | coverage-prefix-map.test | 23 …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 D | apply-clang-tidy.sh | 21 SRC_DIR=$PWD
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | clang-include-fixer.rst | 54 $ 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 D | callback-external-addr.test | 111 ; 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 D | HowToSetupToolingForLLVM.rst | 48 $ 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 D | VirtualFileSystem.cpp | 260 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 D | OpDSL.md | 17 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 D | LLVMLibgcc.rst | 84 # Assumes $(PWD) is /path/to/llvm-project
|
| /llvm-project-15.0.7/openmp/runtime/tools/lib/ |
| H A D | tools.pm | 794 $path = File::Spec->rel2abs( $path, ( defined( $base ) ? $base : $ENV{ PWD } ) );
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | VirtualFileSystemTest.cpp | 924 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 D | test.rst | 421 On NetBSD you must export ``LD_LIBRARY_PATH=$PWD/lib`` in your environment.
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 373 const char *pwd = ::getenv("PWD");
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | GettingStarted.rst | 325 % $PWD/../gcc-${gcc_version}/configure --prefix=$HOME/toolchains --enable-languages=c,c++
|