From 1cf905fdab95d8fe022a2c0ec5ad72083c08d323 Mon Sep 17 00:00:00 2001 From: Ben Reeves Date: Thu, 30 Sep 2021 02:02:32 -0500 Subject: [PATCH] bootstrap: Update comment in config.library.toml. Downloading LLVM from CI works for all platforms now. --- src/bootstrap/defaults/config.library.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/defaults/config.library.toml b/src/bootstrap/defaults/config.library.toml index 9874fdb767f6..9afa937f50d3 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"