Skip to content

Commit

Permalink
Add llvm pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed May 7, 2023
1 parent 8042e8a commit 0a1aee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fmm-llvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
fmm = { path = "../fmm" }
fnv = "1"
inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "master", features = [
"llvm14-0",
"llvm15-0",
] }
llvm-sys = "140"
llvm-sys = "150"
once_cell = "1"

0 comments on commit 0a1aee9

Please sign in to comment.