Mention CI build of LLVM in build instruction

This commit is contained in:
AngelicosPhosphoros 2021-04-04 03:13:03 +03:00 committed by Joshua Nelson
parent 98c50aacd2
commit fd8f1fee4e
1 changed files with 3 additions and 0 deletions

View File

@ -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