[package] authors = ["The Rust Project Developers"] name = "rustc_codegen_llvm" version = "0.0.0" edition = "2018" [lib] name = "rustc_codegen_llvm" path = "lib.rs" test = false doctest = false [dependencies] bitflags = "1.0" flate2 = "1.0" libc = "0.2" log = "0.4" rustc = { path = "../librustc" } rustc-demangle = "0.1" rustc_codegen_ssa = { path = "../librustc_codegen_ssa" } rustc_codegen_utils = { path = "../librustc_codegen_utils" } rustc_data_structures = { path = "../librustc_data_structures" } rustc_errors = { path = "../librustc_errors" } rustc_feature = { path = "../librustc_feature" } rustc_fs_util = { path = "../librustc_fs_util" } rustc_hir = { path = "../librustc_hir" } rustc_incremental = { path = "../librustc_incremental" } rustc_index = { path = "../librustc_index" } rustc_llvm = { path = "../librustc_llvm" } rustc_session = { path = "../librustc_session" } rustc_serialize = { path = "../libserialize", package = "serialize" } rustc_target = { path = "../librustc_target" } smallvec = { version = "1.0", features = ["union", "may_dangle"] } syntax = { path = "../libsyntax" } rustc_span = { path = "../librustc_span" }