Allow writing metadata without llvm

This commit is contained in:
bjorn3 2017-08-13 18:53:50 +02:00
parent a6a7dac5cf
commit cba53f0be5
10 changed files with 95 additions and 14 deletions

2
src/Cargo.lock generated
View file

@ -1778,7 +1778,9 @@ dependencies = [
name = "rustc_trans_utils"
version = "0.0.0"
dependencies = [
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc 0.0.0",
"rustc_incremental 0.0.0",
"syntax 0.0.0",
"syntax_pos 0.0.0",
]