diff --git a/src/bootstrap/defaults/config.library.toml b/src/bootstrap/defaults/config.library.toml index 9874fdb767f62..9afa937f50d3b 100644 --- a/src/bootstrap/defaults/config.library.toml +++ b/src/bootstrap/defaults/config.library.toml @@ -10,6 +10,6 @@ bench-stage = 0 incremental = true [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 download-ci-llvm = "if-available"