Skip to content

Commit 871a545

Browse files
AngelicosPhosphorosJoshua Nelson
authored and
Joshua Nelson
committed
Mention CI build of LLVM in build instruction
1 parent d1e2f3b commit 871a545

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/building/how-to-build-and-run.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ settings (and possibly others, such as `llvm.ccache`):
3333

3434
```toml
3535
[llvm]
36+
# Whether to use Rust CI built LLVM instead of locally building it.
37+
download-ci-llvm = true
38+
3639
# Indicates whether the LLVM assertions are enabled or not
3740
assertions = true
3841

0 commit comments

Comments
 (0)