Skip to content

Commit 1cf905f

Browse files
committed
bootstrap: Update comment in config.library.toml.
Downloading LLVM from CI works for all platforms now.
1 parent 4aa7879 commit 1cf905f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/defaults/config.library.toml

+1-1
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)