Home
last modified time | relevance | path

Searched refs:bash (Results 1 – 25 of 91) sorted by relevance

1234

/llvm-project-15.0.7/lldb/docs/use/
H A Dqemu-testing.rst38 $ bash rootfs.sh --arch armhf --distro bionic --size 1G
43 $ bash rootfs.sh --arch arm64 --distro focal --size 2G
56 $ bash setup.sh --qemu --kernel arm
57 $ bash setup.sh --qemu --kernel arm64
62 $ bash setup.sh --kernel arm
63 $ bash setup.sh --kernel arm64
68 $ bash setup.sh --qemu
73 $ bash setup.sh --clean
103 $ sudo bash run-qemu.sh --arch arm --rootfs <path of rootfs image>
104 $ sudo bash run-qemu.sh --arch arm64 --rootfs <path of rootfs image>
[all …]
/llvm-project-15.0.7/flang/
H A DREADME.md61 ```bash
65 ```bash
90 ```bash
102 ```bash
106 ```bash
133 ```bash
164 ```bash
168 ```bash
180 ```bash
215 ```bash
[all …]
/llvm-project-15.0.7/bolt/docs/
H A DHeatmaps.md15 ```bash
19 ```bash
30 ```bash
41 ```bash
49 ```bash
H A DOptimizingClang.md46 ```bash
59 ```bash
65 ```bash
106 ```bash
112 ```bash
130 ```bash
140 ```bash
194 ```bash
208 ```bash
226 ```bash
[all …]
/llvm-project-15.0.7/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-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dbashrc.sh5 if [[ -f /etc/bash.bashrc ]]; then
6 source /etc/bash.bashrc
/llvm-project-15.0.7/libcxx/utils/ci/
H A DDockerfile36 RUN apt-get update && apt-get install -y bash curl
63 #RUN bash /tmp/llvm.sh $(($LLVM_LATEST_VERSION - 2)) # for CI transitions
64 RUN bash /tmp/llvm.sh $(($LLVM_LATEST_VERSION - 1)) # previous release
65 RUN bash /tmp/llvm.sh $LLVM_LATEST_VERSION # latest release
66 RUN bash /tmp/llvm.sh $(($LLVM_LATEST_VERSION + 1)) # current ToT
90 RUN bash /tmp/install-cmake.sh --prefix=/usr --exclude-subdir --skip-license
103 RUN bash -c "$(curl -sL https://raw.githubusercontent.com/buildkite/agent/main/install.sh)"
H A Drun-buildbot-container31 bash -c 'git config --global --add safe.directory /llvm ; exec bash'
/llvm-project-15.0.7/mlir/utils/clang-tidy/
H A DREADME.md11 ```bash
21 ```bash
32 ```bash
/llvm-project-15.0.7/llvm/docs/
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-debian10:staging bash
113 Now you can run bash commands as you normally would:
115 .. code-block:: bash
163 .. code-block:: bash
H A DTestSuiteGuide.md10 ```bash
18 ```bash
29 ```bash
37 ```bash
77 ```bash
142 ```bash
267 ```bash
274 ```bash
288 ```bash
324 ```bash
[all …]
H A DHowToSubmitABug.rst98 .. code-block:: bash
108 .. code-block:: bash
118 .. code-block:: bash
175 .. code-block:: bash
200 .. code-block:: bash
208 .. code-block:: bash
219 .. code-block:: bash
234 .. code-block:: bash
242 .. code-block:: bash
251 .. code-block:: bash
H A DHowToBuildOnARM.rst33 .. code-block:: bash
40 .. code-block:: bash
55 .. code-block:: bash
64 .. code-block:: bash
H A DHowToUpdateDebugInfo.rst300 .. code-block:: bash
310 .. code-block:: bash
327 .. code-block:: bash
356 .. code-block:: bash
366 .. code-block:: bash
379 .. code-block:: bash
387 .. code-block:: bash
394 .. code-block:: bash
456 .. code-block:: bash
468 .. code-block:: bash
[all …]
H A DHowToCrossCompileLLVM.rst102 .. code-block:: bash
146 .. code-block:: bash
152 .. code-block:: bash
163 .. code-block:: bash
179 .. code-block:: bash
187 .. code-block:: bash
197 .. 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-15.0.7/lldb/unittests/Utility/
H A DArgsTest.cpp320 FileSpec bash("/bin/bash", FileSpec::Style::posix); in TEST() local
321 EXPECT_EQ(Args::GetShellSafeArgument(bash, "\"b"), "\\\"b"); in TEST()
322 EXPECT_EQ(Args::GetShellSafeArgument(bash, "a\""), "a\\\""); in TEST()
323 EXPECT_EQ(Args::GetShellSafeArgument(bash, "a\"b"), "a\\\"b"); in TEST()
332 EXPECT_EQ(Args::GetShellSafeArgument(bash, R"( '"<>()&;)"), in TEST()
335 EXPECT_EQ(Args::GetShellSafeArgument(bash, "aA$1*"), "aA$1*"); in TEST()
/llvm-project-15.0.7/llvm/utils/valgrind/
H A Dx86_64-pc-linux-gnu.supp36 We don't care if bash leaks
40 obj:/bin/bash
/llvm-project-15.0.7/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-15.0.7/libcxx/docs/
H A DTestingLibcxx.rst32 .. code-block:: bash
58 .. code-block:: bash
89 .. code-block:: bash
138 .. code-block:: bash
166 .. code-block:: bash
H A DBuildingLibcxx.rst34 .. code-block:: bash
67 .. code-block:: bash
114 If Git for Windows is available, that can be used to provide the bash
154 .. code-block:: bash
471 .. code-block:: bash
493 .. code-block:: bash
519 .. code-block:: bash
531 .. code-block:: bash
539 .. code-block:: bash
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/
H A Dbasic.txt1 # These commands must run under both bash and windows cmd.exe (with GnuWin32
H A Dline-continuation.txt1 # These commands must run under both bash and windows cmd.exe (with GnuWin32
/llvm-project-15.0.7/
H A D.arclint5 "script-and-regex.script": "bash utils/arcanist/clang-format.sh",
/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/
H A DREADME.md24 ```bash
36 ```bash

1234