Skip to content

Commit 00dca5d

Browse files
authored
add v15 to Enzyme_jll (#997)
1 parent 5894561 commit 00dca5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.packaging/build_tarballs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repo = "https://github.com/EnzymeAD/Enzyme.git"
1111
auto_version = "%ENZYME_VERSION%"
1212
version = VersionNumber(split(auto_version, "/")[end])
1313

14-
llvm_versions = [v"11.0.1", v"12.0.1", v"13.0.1", v"14.0.2"]
14+
llvm_versions = [v"11.0.1", v"12.0.1", v"13.0.1", v"14.0.2", v"15.0.7"]
1515

1616
# Collection of sources required to build attr
1717
sources = [GitSource(repo, "%ENZYME_HASH%")]

0 commit comments

Comments
 (0)