]> git.lizzy.rs Git - rust.git/blobdiff - src/rustc/Cargo.toml
Auto merge of #69482 - lqd:poloniusup, r=nikomatsakis
[rust.git] / src / rustc / Cargo.toml
index 997d13938379839b82f663642d3542edb2c23eb6..5e0f167bb380179399da8a5fab534bb59f285d27 100644 (file)
@@ -9,7 +9,6 @@ name = "rustc_binary"
 path = "rustc.rs"
 
 [dependencies]
-rustc_target = { path = "../librustc_target" }
 rustc_driver = { path = "../librustc_driver" }
 
 # Make sure rustc_codegen_ssa ends up in the sysroot, because this
@@ -23,3 +22,4 @@ features = ['unprefixed_malloc_on_supported_platforms']
 
 [features]
 jemalloc = ['jemalloc-sys']
+llvm = ['rustc_driver/llvm']