-
- Downloads
llvm using inkwell
... | @@ -9,3 +9,4 @@ edition = "2018" | ... | @@ -9,3 +9,4 @@ edition = "2018" |
[dependencies] | [dependencies] | ||
nom = "5.0.1" | nom = "5.0.1" | ||
nom_locate = "1.0.0" | nom_locate = "1.0.0" | ||
inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "llvm8-0" } |
examples/llvm-jit.rs
0 → 100644
Please register or sign in to comment