From 93a5c824e105cbc06e2e5a36b482f2fbe93cf383 Mon Sep 17 00:00:00 2001 From: yukang Date: Thu, 13 Nov 2025 20:24:47 +0800 Subject: [PATCH] Add note for option llvm.download-ci-llvm --- bootstrap.example.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bootstrap.example.toml b/bootstrap.example.toml index 0d0f5e405d1f4..5318f9a507a50 100644 --- a/bootstrap.example.toml +++ b/bootstrap.example.toml @@ -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