diff options
| author | Ben Reeves <benwolverine2019@gmail.com> | 2021-09-30 02:02:32 -0500 |
|---|---|---|
| committer | Ben Reeves <benwolverine2019@gmail.com> | 2021-09-30 02:05:42 -0500 |
| commit | 1cf905fdab95d8fe022a2c0ec5ad72083c08d323 (patch) | |
| tree | e77ddb826fd5060996beb3a138c4ab8ece3dee65 /src/bootstrap/defaults | |
| parent | 4aa7879b559ccf7f82bcce2a8e532ea307697ea9 (diff) | |
| download | rust-1cf905fdab95d8fe022a2c0ec5ad72083c08d323.tar.gz rust-1cf905fdab95d8fe022a2c0ec5ad72083c08d323.zip | |
bootstrap: Update comment in config.library.toml.
Downloading LLVM from CI works for all platforms now.
Diffstat (limited to 'src/bootstrap/defaults')
| -rw-r--r-- | src/bootstrap/defaults/config.library.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/defaults/config.library.toml b/src/bootstrap/defaults/config.library.toml index 9874fdb767f..9afa937f50d 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" |
