lib/codegen-meta moved into lib/codegen. (#423)

* lib/codegen-meta moved into lib/codegen.

* Renamed codegen-meta and existing meta.
This commit is contained in:
data-pup
2018-07-31 10:56:26 -04:00
committed by Dan Gohman
parent 65a1a6bb28
commit d9d40e1cdf
89 changed files with 7 additions and 9 deletions

View File

@@ -21,9 +21,8 @@ target-lexicon = { version = "0.0.3", default-features = false }
# machine code. Integration tests that need external dependencies can be
# accomodated in `tests`.
# Temporarily disable this while we work out how to publish this crate.
#[build-dependencies]
#cranelift-codegen-meta = { path = "../codegen-meta", version = "0.17.0-alpha" }
[build-dependencies]
cranelift-meta = { path = "meta", version = "0.17.0-alpha" }
[features]
# The "std" feature enables use of libstd. The "core" feature enables use