From 1a01f977856ff61c9a3b3480de0075bbeb8bd4fb Mon Sep 17 00:00:00 2001 From: Matthew Healy Date: Thu, 19 Dec 2019 19:46:19 +0100 Subject: [PATCH] Document LLVM skip-rebuild config.toml option --- config.toml.example | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.toml.example b/config.toml.example index 5152a6c9885..f12ff762845 100644 --- a/config.toml.example +++ b/config.toml.example @@ -14,6 +14,12 @@ # ============================================================================= [llvm] +# Indicates whether LLVM rebuild should be skipped when running bootstrap. If +# this is `false` then the compiler's LLVM will be rebuilt whenever the built +# version doesn't have the correct hash. If it is `true` then LLVM will never +# be rebuilt. The default value is `false`. +#skip-rebuild = false + # Indicates whether the LLVM build is a Release or Debug build #optimize = true