Skip to content

Commit e020a34

Browse files
authored
Add v14.0.2 to build_tarballs.jl
1 parent 06a1674 commit e020a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.packaging/build_tarballs.jl

+1-1
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"]
14+
llvm_versions = [v"11.0.1", v"12.0.1", v"13.0.1", v"14.0.2"]
1515

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

0 commit comments

Comments
 (0)