]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/lib.rs
rustc: Load the `rustc_trans` crate at runtime
[rust.git] / src / bootstrap / lib.rs
index a6a5ba67723901ea32cd44de9a85449c521be26f..8928bef9faa56b5d5172f58c10e6f0f869e000c1 100644 (file)
@@ -432,9 +432,6 @@ fn rustc_features(&self) -> String {
         if self.config.use_jemalloc {
             features.push_str(" jemalloc");
         }
-        if self.config.llvm_enabled {
-            features.push_str(" llvm");
-        }
         features
     }