]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_driver/Cargo.toml
Rollup merge of #67845 - jumbatm:also-unconst-hack-abs, r=oli-obk
[rust.git] / src / librustc_driver / Cargo.toml
index d1cb4cbeb9b31269354c49b025c63e9cad3b638a..99436f427cb00523370a3aa01c02136b02ec6542 100644 (file)
@@ -31,4 +31,7 @@ rustc_interface = { path = "../librustc_interface" }
 rustc_serialize = { path = "../libserialize", package = "serialize" }
 rustc_resolve = { path = "../librustc_resolve" }
 syntax = { path = "../libsyntax" }
-syntax_pos = { path = "../libsyntax_pos" }
+rustc_span = { path = "../librustc_span" }
+
+[features]
+llvm = ['rustc_interface/llvm']