Skip to content

Commit

Permalink
Any LLVM version from 15 upwards
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung committed Apr 29, 2024
1 parent c4b1e6c commit 6973c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ log = "0.4"
peg = "0.8"
itertools = "0.12"
num-rational = "0.4"
inkwell = { version = "0.4", features = [ "target-bpf", "llvm17-0-force-dynamic" ], optional = true }
inkwell = { version = "0.4", features = [ "target-bpf", "llvm15-0-force-dynamic" ], optional = true }

[features]
bpf = [ "inkwell" ]
Expand Down

0 comments on commit 6973c5a

Please sign in to comment.