cranelift-faerie: convert to use new extensible decl format

Bump faerie to 0.8.0 and goblin to 0.0.21.

* Preemptible linkages are now weak symbols
* Faerie will put read-only data in .rodata for elf
This commit is contained in:
Pat Hickey
2019-02-21 15:48:03 -08:00
committed by Dan Gohman
parent 6267e1ded9
commit d2894f9f45
2 changed files with 11 additions and 18 deletions

View File

@@ -12,8 +12,8 @@ edition = "2018"
[dependencies]
cranelift-codegen = { path = "../cranelift-codegen", version = "0.28.0" }
cranelift-module = { path = "../cranelift-module", version = "0.28.0" }
faerie = "0.7.0"
goblin = "0.0.19"
faerie = "0.8.0"
goblin = "0.0.21"
failure = "0.1.2"
target-lexicon = "0.2.0"