about summary refs log tree commit diff
path: root/src/bootstrap/defaults/config.tools.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap/defaults/config.tools.toml')
-rw-r--r--src/bootstrap/defaults/config.tools.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bootstrap/defaults/config.tools.toml b/src/bootstrap/defaults/config.tools.toml
index 75ad37ce335..efb56996bcd 100644
--- a/src/bootstrap/defaults/config.tools.toml
+++ b/src/bootstrap/defaults/config.tools.toml
@@ -17,4 +17,5 @@ compiler-docs = true
 
 [llvm]
 # Will download LLVM from CI if available on your platform.
-download-ci-llvm = "if-unchanged"
+# If you intend to modify `src/llvm-project`, use `"if-unchanged"` or `false` instead.
+download-ci-llvm = true