Skip to content

Commit 9ea439d

Browse files
authoredOct 1, 2021
Rollup merge of #89392 - BGR360:master, r=jyn514
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 4661464 + 098d862 commit 9ea439d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/bootstrap/defaults/config.library.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ bench-stage = 0
1010
incremental = true
1111

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

0 commit comments

Comments
 (0)
Please sign in to comment.