Skip to content

Commit 1f68820

Browse files
camelidJoshua Nelson
authored and
Joshua Nelson
committed
Document how to enable CI LLVM without using x.py setup
1 parent 761f92f commit 1f68820

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/getting-started.md

+8
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,14 @@ compiler. In some circumstances, such as when updating the version of LLVM used
156156
by `rustc`, you may want to temporarily disable this feature. See the ["Updating
157157
LLVM" section] for more.
158158

159+
If you want to download LLVM from CI without running `x.py setup`, you can set
160+
the `download-ci-llvm` option to `true` in your `config.toml`:
161+
162+
```toml
163+
[llvm]
164+
download-ci-llvm = true
165+
```
166+
159167
["Updating LLVM" section]: https://rustc-dev-guide.rust-lang.org/backend/updating-llvm.html?highlight=download-ci-llvm#feature-updates
160168

161169
### x.py Intro

0 commit comments

Comments
 (0)