From 53907b0ab2ce41a31567aa2ad3f2064cfc51b4ed Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Wed, 10 Jul 2019 14:23:47 -0700 Subject: [PATCH] Update inkwell to our own copy until upstream supports LLVM 8. LLVM 8 support from https://github.com/lumen/inkwell/tree/llvm8 . --- lib/llvm-backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/llvm-backend/Cargo.toml b/lib/llvm-backend/Cargo.toml index fbc78c73e..977347e86 100644 --- a/lib/llvm-backend/Cargo.toml +++ b/lib/llvm-backend/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] 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" hashbrown = "0.1.8" smallvec = "0.6.8"