Skip to content

Commit

Permalink
Update LLVM comments in config.codegen.toml
Browse files Browse the repository at this point in the history
This comment became obsolete after rust-lang#116881 switched over to
`download-ci-llvm = "if-unchanged"`.
  • Loading branch information
Zalathar committed Dec 17, 2023
1 parent f4b0887 commit 3655b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bootstrap/defaults/config.codegen.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backtrace-on-ice = true
lto = "off"

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

0 comments on commit 3655b83

Please sign in to comment.