Skip to content

Commit

Permalink
Generate Clang 16 bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed Jan 14, 2024
1 parent b71aa40 commit 839d108
Show file tree
Hide file tree
Showing 3 changed files with 7,510 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gen/generator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ const libdir = joinpath(@__DIR__, "..", "lib")
for (llvm_version, julia_version) in (#=(v"12.0.1", v"1.7"),=#
(v"13.0.1", v"1.8"),
(v"14.0.5", v"1.9"),
(v"15.0.6", v"1.10"))
(v"15.0.6", v"1.10"),
(v"16.0.6", v"1.11"))
@info "Generating..." llvm_version julia_version
temp_prefix() do prefix
# let prefix = Prefix(mktempdir())
Expand Down

0 comments on commit 839d108

Please sign in to comment.