2016-01-21 15:19:23 -08:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
|
|
|
name = "rustc_llvm"
|
|
|
|
version = "0.0.0"
|
|
|
|
build = "build.rs"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "rustc_llvm"
|
|
|
|
path = "lib.rs"
|
|
|
|
crate-type = ["dylib"]
|
|
|
|
|
|
|
|
[features]
|
|
|
|
static-libstdcpp = []
|
|
|
|
|
2016-11-18 17:15:14 -05:00
|
|
|
[dependencies]
|
|
|
|
rustc_bitflags = { path = "../librustc_bitflags" }
|
|
|
|
|
2016-01-21 15:19:23 -08:00
|
|
|
[build-dependencies]
|
|
|
|
build_helper = { path = "../build_helper" }
|
2017-05-23 19:02:23 -07:00
|
|
|
gcc = "0.3.50"
|