| /llvm-project/flang/docs/ |
| H A D | GettingStarted.md | 53 ```bash 59 ```bash 63 ```bash 103 ```bash 108 ```bash 115 ```bash 152 ```bash 157 ```bash 163 ```bash 191 ```bash [all …]
|
| /llvm-project/llvm/utils/lit/lit/ |
| H A D | LitConfig.py | 158 """getBashPath - Get the path to 'bash'""" 162 self.bashPath = lit.util.which("bash", os.pathsep.join(self.path)) 164 self.bashPath = lit.util.which("bash") 169 # Check whether the found version of bash is able to cope with paths in 171 # run scripts. For example, WSL's bash.exe requires '/mnt/c/foo' rather 182 "bash command failed: %s" % (" ".join('"%s"' % c for c in command)) 187 self.warning("Unable to find a usable version of bash.") 198 # bash 199 self.bashPath = lit.util.which("bash", dir) 216 # In a git bash terminal, the writes to sys.stderr aren't visible
|
| /llvm-project/lldb/docs/use/ |
| H A D | qemu-testing.rst | |
| /llvm-project/clang/docs/analyzer/user-docs/ |
| H A D | CrossTranslationUnit.rst | 55 .. code-block:: bash 74 .. code-block:: bash 86 .. code-block:: bash 94 .. code-block:: bash 100 .. code-block:: bash 107 .. code-block:: bash 133 .. code-block:: bash 153 .. code-block:: bash 180 .. code-block:: bash 192 .. code-block:: bash [all …]
|
| /llvm-project/llvm/docs/ |
| H A D | HowToSubmitABug.rst | 98 .. code-block:: bash 108 .. code-block:: bash 118 .. code-block:: bash 165 .. code-block:: bash 193 .. code-block:: bash 199 .. code-block:: bash 202 #!/bin/bash -e 231 .. code-block:: bash 256 .. code-block:: bash 264 .. code-block:: bash [all …]
|
| H A D | Docker.rst | 51 The ``llvm/utils/docker`` folder contains Dockerfiles and simple bash scripts to 77 .. code-block:: bash 90 .. code-block:: bash 106 After the image is built you can run bash inside a container based on your image 109 .. code-block:: bash 111 docker run -ti clang-debian12:staging bash 113 Now you can run bash commands as you normally would: 115 .. code-block:: bash 157 .. code-block:: bash
|
| H A D | TestSuiteGuide.md | 10 ```bash 18 ```bash 30 ```bash 43 ```bash 51 ```bash 94 ```bash 197 ```bash 322 ```bash 329 ```bash 343 ```bash [all...] |
| H A D | HowToUpdateDebugInfo.rst | 329 .. code-block:: bash 339 .. code-block:: bash 356 .. code-block:: bash 385 .. code-block:: bash 395 .. code-block:: bash 408 .. code-block:: bash 416 .. code-block:: bash 423 .. code-block:: bash 485 .. code-block:: bash 497 .. code-block:: bash [all...] |
| H A D | HowToCrossCompileLLVM.rst | 110 .. code-block:: bash 154 .. code-block:: bash 160 .. code-block:: bash 171 .. code-block:: bash 187 .. code-block:: bash 195 .. code-block:: bash 205 .. code-block:: bash
|
| H A D | HowToBuildOnARM.rst | 33 .. code-block:: bash 40 .. code-block:: bash 55 .. code-block:: bash 64 .. code-block:: bash
|
| H A D | GoldPlugin.rst | 51 .. code-block:: bash 130 .. code-block:: bash 158 .. code-block:: bash 168 .. code-block:: bash 176 .. code-block:: bash
|
| /llvm-project/clang/utils/ |
| H A D | bash-autocomplete.sh | 1 # Please add "source /path/to/bash-autocomplete.sh" to your .bashrc to use this. 5 # _filedir function provided by recent versions of bash-completion package is 14 # If latest bash-completion is not supported just initialize COMPREPLY and 30 # '=' is separated differently by bash, so we have to concat them without ',' 41 # Use $'\t' so that bash expands the \t for older versions of sed. 59 # Bash automatically appends a space after '=' by default.
|
| /llvm-project/bolt/docs/ |
| H A D | OptimizingClang.md | 46 ```bash 60 ```bash 66 ```bash 107 ```bash 113 ```bash 131 ```bash 141 ```bash 195 ```bash 209 ```bash 227 ```bash [all...] |
| H A D | OptimizingLinux.md | 31 ```bash 39 ```bash 48 ```bash 109 ```bash 120 ```bash
|
| /llvm-project/compiler-rt/test/builtins/Unit/ |
| H A D | lit.cfg.py | 18 # bash on Windows is usually very slow. 45 # Don't pass dosish path separator to msys bash.exe. 62 # Don't pass dosish path separator to msys bash.exe. 91 # Don't pass dosish path separator to msys bash.exe. 105 # Don't pass dosish path separator to msys bash.exe. 118 # Don't pass dosish path separator to msys bash.exe. 143 # Don't pass dosish path separator to msys bash.exe.
|
| /llvm-project/lldb/docs/resources/ |
| H A D | lldbdap.md | 101 ```bash 120 ```bash 132 ```bash 147 ```bash 170 ```bash
|
| /llvm-project/libc/examples/ |
| H A D | README.md | 15 ```bash 37 ```bash 44 ```bash 61 ```bash 77 ```bash
|
| /llvm-project/lldb/unittests/Utility/ |
| H A D | ArgsTest.cpp | 288 // Try escaping with bash at start/middle/end of the argument. in TEST() 289 FileSpec bash("/bin/bash", FileSpec::Style::posix); in TEST() local 290 EXPECT_EQ(Args::GetShellSafeArgument(bash, "\"b"), "\\\"b"); in TEST() 291 EXPECT_EQ(Args::GetShellSafeArgument(bash, "a\""), "a\\\""); in TEST() 292 EXPECT_EQ(Args::GetShellSafeArgument(bash, "a\"b"), "a\\\"b"); in TEST() 300 // Test escaping bash special characters. in TEST() 301 EXPECT_EQ(Args::GetShellSafeArgument(bash, R"( '"<>()&;)"), in TEST() 304 EXPECT_EQ(Args::GetShellSafeArgument(bash, "aA$1*"), "aA$1*"); in TEST()
|
| /llvm-project/libcxx/utils/ci/vendor/android/ |
| H A D | run-buildbot-container | 1 #!/usr/bin/env bash 31 bash -c 'git config --global --add safe.directory /llvm; (/opt/android/container-setup.sh && exec bash)'
|
| /llvm-project/libcxx/utils/ci/ |
| H A D | run-buildbot-container | 1 #!/usr/bin/env bash 31 bash -c 'git config --global --add safe.directory /llvm ; exec bash'
|
| /llvm-project/mlir/utils/clang-tidy/ |
| H A D | README.md | 11 ```bash 21 ```bash 32 ```bash
|
| /llvm-project/clang/docs/ |
| H A D | LibASTImporter.rst | 143 .. code-block:: bash 170 .. code-block:: bash 260 .. code-block:: bash 276 .. code-block:: bash 334 .. code-block:: bash 351 .. code-block:: bash 480 .. code-block:: bash 534 .. code-block:: bash 541 .. code-block:: bash 559 .. code-block:: bash [all …]
|
| /llvm-project/libcxx/docs/ |
| H A D | BuildingLibcxx.rst | |
| /llvm-project/openmp/tools/archer/tests/ |
| H A D | deflake.bash | 1 #!/usr/bin/env bash 6 # $(dirname %s)/deflake.bash mybinary
|
| /llvm-project/bolt/test/runtime/ |
| H A D | instrumentation-indirect-2.c | 66 RUN: bash %S/wait_file.sh %t.output 67 RUN: bash %S/wait_file.sh %t.fdata 111 RUN: bash %S/wait_file.sh %t.output 118 RUN: bash %S/wait_file.sh %t.$child_pid.fdata 119 RUN: bash %S/wait_file.sh %t.$par_pid.fdata
|