Skip to content

Commit

Permalink
Upgrade Julia to LLVM 15.0.7+5
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Baraldi <[email protected]>
  • Loading branch information
vchuravy and gbaraldi committed May 10, 2023
1 parent b2273d3 commit 190f841
Show file tree
Hide file tree
Showing 10 changed files with 446 additions and 479 deletions.
2 changes: 1 addition & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ FC := $(CROSS_COMPILE)gfortran
ifeq ($(OS), Darwin)
APPLE_ARCH := $(shell uname -m)
ifneq ($(APPLE_ARCH),arm64)
MACOSX_VERSION_MIN := 10.10
MACOSX_VERSION_MIN := 10.14
else
MACOSX_VERSION_MIN := 11.0
endif
Expand Down
224 changes: 108 additions & 116 deletions deps/checksums/clang

Large diffs are not rendered by default.

224 changes: 108 additions & 116 deletions deps/checksums/lld

Large diffs are not rendered by default.

452 changes: 218 additions & 234 deletions deps/checksums/llvm

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deps/clang.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## jll artifact
# Clang (paired with LLVM, only here as a JLL download)
CLANG_JLL_NAME := Clang
CLANG_JLL_VER := 14.0.6+3
CLANG_JLL_VER := 15.0.7+5
2 changes: 1 addition & 1 deletion deps/lld.version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## jll artifact
LLD_JLL_NAME := LLD
LLD_JLL_VER := 14.0.6+3
LLD_JLL_VER := 15.0.7+5
4 changes: 2 additions & 2 deletions deps/llvm-tools.version
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## jll artifact
# LLVM_tools (downloads LLVM_jll to get things like `lit` and `opt`)
LLVM_TOOLS_JLL_NAME := LLVM
LLVM_TOOLS_JLL_VER := 14.0.6+3
LLVM_TOOLS_ASSERT_JLL_VER := 14.0.6+3
LLVM_TOOLS_JLL_VER := 15.0.7+5
LLVM_TOOLS_ASSERT_JLL_VER := 15.0.7+5
9 changes: 4 additions & 5 deletions deps/llvm.version
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
## jll artifact
LLVM_JLL_NAME := libLLVM
LLVM_ASSERT_JLL_VER := 14.0.5+3

LLVM_ASSERT_JLL_VER := 15.0.7+5
## source build
LLVM_VER := 14.0.5
LLVM_BRANCH=julia-14.0.6-3
LLVM_SHA1=julia-14.0.6-3
LLVM_VER := 15.0.7
LLVM_BRANCH=julia-15.0.7-5
LLVM_SHA1=julia-15.0.7-5
4 changes: 2 additions & 2 deletions stdlib/LLD_jll/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "LLD_jll"
uuid = "d55e3150-da41-5e91-b323-ecfd1eec6109"
version = "14.0.6+3"
version = "15.0.7+5"

[deps]
Zlib_jll = "83775a58-1f1d-513f-b197-d71354ab007a"
Expand All @@ -10,7 +10,7 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
julia = "1.9"
libLLVM_jll = "14.0.6"
libLLVM_jll = "15.0.7"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
2 changes: 1 addition & 1 deletion stdlib/libLLVM_jll/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "libLLVM_jll"
uuid = "8f36deef-c2a5-5394-99ed-8e07531fb29a"
version = "14.0.6+3"
version = "15.0.7+5"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Expand Down

0 comments on commit 190f841

Please sign in to comment.