Skip to content

Commit b07c244

Browse files
authored
[LLVMOpenMP] Upgrade to v17.0.6 (#9266)
1 parent 6258bc4 commit b07c244

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

L/LLVMOpenMP/build_tarballs.jl

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
using BinaryBuilder, Pkg
44

55
name = "LLVMOpenMP"
6-
version = v"15.0.7"
6+
version = v"17.0.6"
77

88
sources = [
99
ArchiveSource(
1010
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$(version)/openmp-$(version).src.tar.xz",
11-
"3f168d38e7a37b928dcb94b33ce947f75d81eef6fa6a4f9d16b6dc5511c07358"
11+
"74334cbb4dc8b73a768448a7561d5a3540404940b2267b1fb9813a6464b320de"
1212
),
1313
# we need a bunch of additional cmake files to build the subproject separately
1414
# see: https://github.com/llvm/llvm-project/issues/53281#issuecomment-1260187944
1515
ArchiveSource(
1616
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$(version)/cmake-$(version).src.tar.xz",
17-
"8986f29b634fdaa9862eedda78513969fe9788301c9f2d938f4c10a3e7a3e7ea"
17+
"807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4"
1818
),
1919
DirectorySource("./bundled"),
2020
]

0 commit comments

Comments
 (0)