blob: 867bbd22cfbbb1246fa71b32c133979b7f3d69d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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" }
|