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 0eae82a654
commit c13d2dc372

View file

@ -33,6 +33,9 @@ settings (and possibly others, such as `llvm.ccache`):
```toml
[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
assertions = true