1
Fork 0

bootstrap: Update comment in config.library.toml.

Downloading LLVM from CI works for all platforms now.
This commit is contained in:
Ben Reeves 2021-09-30 02:02:32 -05:00
parent 4aa7879b55
commit 1cf905fdab

View file

@ -10,6 +10,6 @@ bench-stage = 0
incremental = true incremental = true
[llvm] [llvm]
# Will download LLVM from CI if available on your platform (Linux only for now) # Will download LLVM from CI if available on your platform.
# https://github.com/rust-lang/rust/issues/77084 tracks support for more platforms # https://github.com/rust-lang/rust/issues/77084 tracks support for more platforms
download-ci-llvm = "if-available" download-ci-llvm = "if-available"