X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2Flib.rs;h=8928bef9faa56b5d5172f58c10e6f0f869e000c1;hb=884715c65420141dc06753f242a224462b120109;hp=a6a5ba67723901ea32cd44de9a85449c521be26f;hpb=bacb5c58dfdde7c35e99b2b0d8171238cc33cf6c;p=rust.git diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index a6a5ba67723..8928bef9faa 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -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 }