Home
last modified time | relevance | path

Searched full:bash (Results 1 – 25 of 216) sorted by relevance

123456789

/llvm-project/flang/docs/
H A DGettingStarted.md53 ```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 DLitConfig.py158 """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 Dqemu-testing.rst
/llvm-project/clang/docs/analyzer/user-docs/
H A DCrossTranslationUnit.rst55 .. 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 DHowToSubmitABug.rst98 .. 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 DDocker.rst51 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 DTestSuiteGuide.md10 ```bash
18 ```bash
30 ```bash
43 ```bash
51 ```bash
94 ```bash
197 ```bash
322 ```bash
329 ```bash
343 ```bash
[all...]
H A DHowToUpdateDebugInfo.rst329 .. 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 DHowToCrossCompileLLVM.rst110 .. 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 DHowToBuildOnARM.rst33 .. code-block:: bash
40 .. code-block:: bash
55 .. code-block:: bash
64 .. code-block:: bash
H A DGoldPlugin.rst51 .. 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 Dbash-autocomplete.sh1 # 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 DOptimizingClang.md46 ```bash
60 ```bash
66 ```bash
107 ```bash
113 ```bash
131 ```bash
141 ```bash
195 ```bash
209 ```bash
227 ```bash
[all...]
H A DOptimizingLinux.md31 ```bash
39 ```bash
48 ```bash
109 ```bash
120 ```bash
/llvm-project/compiler-rt/test/builtins/Unit/
H A Dlit.cfg.py18 # 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 Dlldbdap.md101 ```bash
120 ```bash
132 ```bash
147 ```bash
170 ```bash
/llvm-project/libc/examples/
H A DREADME.md15 ```bash
37 ```bash
44 ```bash
61 ```bash
77 ```bash
/llvm-project/lldb/unittests/Utility/
H A DArgsTest.cpp288 // 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 Drun-buildbot-container1 #!/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 Drun-buildbot-container1 #!/usr/bin/env bash
31 bash -c 'git config --global --add safe.directory /llvm ; exec bash'
/llvm-project/mlir/utils/clang-tidy/
H A DREADME.md11 ```bash
21 ```bash
32 ```bash
/llvm-project/clang/docs/
H A DLibASTImporter.rst143 .. 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 DBuildingLibcxx.rst
/llvm-project/openmp/tools/archer/tests/
H A Ddeflake.bash1 #!/usr/bin/env bash
6 # $(dirname %s)/deflake.bash mybinary
/llvm-project/bolt/test/runtime/
H A Dinstrumentation-indirect-2.c66 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

123456789