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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user