Skip to content

Commit 3c11e97

Browse files
author
Matthew Healy
committed
Document LLVM skip-rebuild config.toml option
1 parent 0de96d3 commit 3c11e97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config.toml.example

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
# =============================================================================
1515
[llvm]
1616

17+
# Indicates whether LLVM rebuild should be skipped when running bootstrap. If
18+
# this is `false` then the compiler's LLVM will be rebuilt whenever the built
19+
# version doesn't have the correct hash. If it is `true` then LLVM will never
20+
# be rebuilt. The default value is `false`.
21+
#skip-rebuild = false
22+
1723
# Indicates whether the LLVM build is a Release or Debug build
1824
#optimize = true
1925

0 commit comments

Comments
 (0)