blob: 867bbd22cfbbb1246fa71b32c133979b7f3d69d2 [file] [log] [blame]
[package]
authors = ["The Rust Project Developers"]
name = "rustc_codegen_llvm"
version = "0.0.0"
edition = "2018"
[lib]
name = "rustc_codegen_llvm"
path = "lib.rs"
crate-type = ["dylib"]
test = false
[dependencies]
rustc_llvm = { path = "../librustc_llvm" }