Skip to content

Commit

Permalink
Add LLVM version for Julia 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Apr 30, 2024
1 parent 701fc82 commit 2311ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ end

function rewrite!(dag::ExprDAG) end

julia_llvm = Dict([v"1.9" => v"14.0.5+3", v"1.10" => v"15.0.7+10", v"1.11" => v"16.0.6+2"])
julia_llvm = Dict([v"1.9" => v"14.0.5+3", v"1.10" => v"15.0.7+10", v"1.11" => v"16.0.6+2", v"1.12" => v"17.0.6+3"])
options = load_options(joinpath(@__DIR__, "wrap.toml"))

@add_def off_t
Expand Down

0 comments on commit 2311ed2

Please sign in to comment.