Skip to content

Commit 3655b83

Browse files
committed
Update LLVM comments in config.codegen.toml
This comment became obsolete after rust-lang#116881 switched over to `download-ci-llvm = "if-unchanged"`.
1 parent f4b0887 commit 3655b83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/defaults/config.codegen.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ backtrace-on-ice = true
1616
lto = "off"
1717

1818
[llvm]
19-
# build llvm from source
19+
# Will download LLVM from CI if available on your platform.
2020
download-ci-llvm = "if-unchanged"
21-
# This enables debug-assertions in LLVM,
21+
# This enables debug-assertions in LLVM (or downloads a CI build with assertions),
2222
# catching logic errors in codegen much earlier in the process.
2323
assertions = true
2424
# enable warnings during the llvm compilation

0 commit comments

Comments
 (0)