We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e5bae commit 95fb1d0Copy full SHA for 95fb1d0
src/bootstrap/builder.rs
@@ -542,12 +542,6 @@ impl<'a> Builder<'a> {
542
.env("RUSTC_SNAPSHOT_LIBDIR", self.rustc_libdir(compiler));
543
}
544
545
- if self.build.config.llvm_enabled {
546
- cargo.env("RUSTC_LLVM_ENABLED", "1");
547
- } else {
548
- cargo.env("RUSTC_LLVM_ENABLED", "0");
549
- }
550
-
551
// Ignore incremental modes except for stage0, since we're
552
// not guaranteeing correctness across builds if the compiler
553
// is changing under your feet.`
0 commit comments