Skip to content

Commit

Permalink
run generator for LibClangEx
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Mar 11, 2023
1 parent 13b7378 commit 712a022
Show file tree
Hide file tree
Showing 4 changed files with 7,035 additions and 14,351 deletions.
2 changes: 1 addition & 1 deletion gen/generator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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"14.0.6", v"1.9"))
@info "Generating..." llvm_version julia_version
temp_prefix() do prefix
# let prefix = Prefix(mktempdir())
Expand Down
Loading

0 comments on commit 712a022

Please sign in to comment.