Add note for option llvm.download-ci-llvm
This commit is contained in:
parent
5dbf4069dc
commit
93a5c824e1
1 changed files with 4 additions and 1 deletions
|
|
@ -59,7 +59,10 @@
|
|||
# toolchain or changing LLVM locally, you probably want to leave this enabled.
|
||||
#
|
||||
# Set this to `true` to download if CI llvm available otherwise it builds
|
||||
# from `src/llvm-project`.
|
||||
# from `src/llvm-project`. If you set it to `true`, it's safe and time-saving to run
|
||||
# `git submodule deinit src/llvm-project` to avoid git updating the llvm-project submodule
|
||||
# when building compiler locally.
|
||||
#
|
||||
#
|
||||
# Set this to `"if-unchanged"` to download only if the llvm-project has not
|
||||
# been modified. You can also use this if you are unsure whether you're on a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue