Skip to content

Commit

Permalink
LLVM 16 (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored Oct 27, 2023
1 parent 2eb4603 commit e4fb60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .packaging/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repo = "https://github.com/EnzymeAD/Enzyme.git"
auto_version = "%ENZYME_VERSION%"
version = VersionNumber(split(auto_version, "/")[end])

llvm_versions = [v"11.0.1", v"12.0.1", v"13.0.1", v"14.0.2", v"15.0.7"]
llvm_versions = [v"11.0.1", v"12.0.1", v"13.0.1", v"14.0.2", v"15.0.7", v"16.0.6"]

# Collection of sources required to build attr
sources = [
Expand Down

0 comments on commit e4fb60b

Please sign in to comment.