Mention CI build of LLVM in build instruction
This commit is contained in:
parent
98c50aacd2
commit
fd8f1fee4e
|
|
@ -33,6 +33,9 @@ settings (and possibly others, such as `llvm.ccache`):
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[llvm]
|
[llvm]
|
||||||
|
# Whether to use Rust CI built LLVM instead of locally building it.
|
||||||
|
download-ci-llvm = true
|
||||||
|
|
||||||
# Indicates whether the LLVM assertions are enabled or not
|
# Indicates whether the LLVM assertions are enabled or not
|
||||||
assertions = true
|
assertions = true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue