Add a "host" crate for autodetecting the host. (#159)

* Add a "native" crate for autodetecting the host.

* Remove the redundant .gitignore.

* Use the proper builder for enabling subtarget flags.
This commit is contained in:
Dan Gohman
2017-09-20 16:14:26 -07:00
committed by GitHub
parent 8def91b4ad
commit f80ee7af39
3 changed files with 106 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ cretonne = { path = "lib/cretonne" }
cretonne-reader = { path = "lib/reader" }
cretonne-frontend = { path = "lib/frontend" }
cretonne-wasm = { path = "lib/wasm" }
cretonne-native = { path = "lib/native" }
filecheck = { path = "lib/filecheck" }
docopt = "0.8.0"
serde = "1.0.8"