diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2021-09-30 18:05:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-30 18:05:27 -0700 |
| commit | 9ea439d1582c628bf572e4ab05aa2587e1d2d076 (patch) | |
| tree | 383c1002e3b3c203f1af85de84d1602b927a42e6 | |
| parent | 46614649619fd7e195fa5b5cabb769bdd10c6077 (diff) | |
| parent | 098d86236babe4fae142d2154be122b63726c4c9 (diff) | |
| download | rust-9ea439d1582c628bf572e4ab05aa2587e1d2d076.tar.gz rust-9ea439d1582c628bf572e4ab05aa2587e1d2d076.zip | |
Rollup merge of #89392 - BGR360:master, r=jyn514
bootstrap: Update comment in config.library.toml. Downloading LLVM from CI works for all platforms now. All other templates in this directory already have the proper comment. Seems this one was neglected.
| -rw-r--r-- | src/bootstrap/defaults/config.library.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bootstrap/defaults/config.library.toml b/src/bootstrap/defaults/config.library.toml index 9874fdb767f..7bc054d3a49 100644 --- a/src/bootstrap/defaults/config.library.toml +++ b/src/bootstrap/defaults/config.library.toml @@ -10,6 +10,5 @@ bench-stage = 0 incremental = true [llvm] -# Will download LLVM from CI if available on your platform (Linux only for now) -# https://github.com/rust-lang/rust/issues/77084 tracks support for more platforms +# Will download LLVM from CI if available on your platform. download-ci-llvm = "if-available" |
