Update inkwell to our own copy until upstream supports LLVM 8.

LLVM 8 support from https://github.com/lumen/inkwell/tree/llvm8 .
This commit is contained in:
Nick Lewycky 2019-07-10 14:23:47 -07:00
parent 1ac2416c89
commit 53907b0ab2

View File

@ -6,7 +6,7 @@ edition = "2018"
[dependencies] [dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.5.4" } wasmer-runtime-core = { path = "../runtime-core", version = "0.5.4" }
inkwell = { git = "https://github.com/lumen/inkwell", rev = "64921e418c3e8f4b32f9beed56ebd5aac4e677c7", features = ["llvm8-0"] } inkwell = { git = "https://github.com/wasmerio/inkwell", branch = "llvm8-0", features = ["llvm8-0"] }
wasmparser = "0.32.1" wasmparser = "0.32.1"
hashbrown = "0.1.8" hashbrown = "0.1.8"
smallvec = "0.6.8" smallvec = "0.6.8"