Skip to content

Commit 1704e19

Browse files
authored
Rollup merge of #89392 - BGR360:master, r=Mark-Simulacrum
bootstrap: Update comment in config.library.toml. Downloading LLVM from CI works for all platforms now. All other templates in this directory already have the proper comment. Seems this one was neglected.
2 parents db0a311 + 1cf905f commit 1704e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/defaults/config.library.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ bench-stage = 0
1010
incremental = true
1111

1212
[llvm]
13-
# Will download LLVM from CI if available on your platform (Linux only for now)
13+
# Will download LLVM from CI if available on your platform.
1414
# https://github.com/rust-lang/rust/issues/77084 tracks support for more platforms
1515
download-ci-llvm = "if-available"

0 commit comments

Comments
 (0)