diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-03-05 14:29:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-05 14:29:08 +0100 |
| commit | 925baa8b373e81b5199f27e87cc762d59649507e (patch) | |
| tree | ba3f66ce01bbfbd5a89bf5c8b730b3142bfefda8 /src/doc | |
| parent | 2f8bf34c9c5a1ffc98a82009683ac911bc5f6a57 (diff) | |
| parent | daf99a437ee3e7de9f7bb7b7f2805e4699246f3d (diff) | |
Rollup merge of #108613 - jyn514:rm-skip-rebuild, r=Mark-Simulacrum
Remove `llvm.skip-rebuild` option This was added to in 2019 to speed up rebuild times when LLVM was modified. Now that download-ci-llvm exists, I don't think it makes sense to support an unsound option like this that can lead to miscompiles; and the code cleanup is nice too. r? `@Mark-Simulacrum` cc `@varkor` #65612
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc/src/platform-support/armeb-unknown-linux-gnueabi.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/armeb-unknown-linux-gnueabi.md b/src/doc/rustc/src/platform-support/armeb-unknown-linux-gnueabi.md index 432e0cfc960..32d3440f1dc 100644 --- a/src/doc/rustc/src/platform-support/armeb-unknown-linux-gnueabi.md +++ b/src/doc/rustc/src/platform-support/armeb-unknown-linux-gnueabi.md @@ -26,7 +26,6 @@ Therefore, you can build Rust with support for the target by adding it to the ta ```toml [llvm] download-ci-llvm = false -skip-rebuild = true optimize = true ninja = true targets = "ARM;X86" |
