Skip to content

Bump LLVM to include patch for MacOS aarch64 #45841

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 116 additions & 6 deletions deps/checksums/clang

Large diffs are not rendered by default.

232 changes: 116 additions & 116 deletions deps/checksums/lld

Large diffs are not rendered by default.

574 changes: 232 additions & 342 deletions deps/checksums/llvm

Large diffs are not rendered by default.

34 changes: 0 additions & 34 deletions deps/checksums/llvmunwind

This file was deleted.

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.5+0
CLANG_JLL_VER := 14.0.5+1
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.5+0
LLD_JLL_VER := 14.0.5+1
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.5+0
LLVM_TOOLS_ASSERT_JLL_VER := 14.0.5+0
LLVM_TOOLS_JLL_VER := 14.0.5+1
LLVM_TOOLS_ASSERT_JLL_VER := 14.0.5+1
2 changes: 1 addition & 1 deletion deps/llvm.version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## jll artifact
LLVM_JLL_NAME := libLLVM
LLVM_ASSERT_JLL_VER := 14.0.5+0
LLVM_ASSERT_JLL_VER := 14.0.5+1

## source build
LLVM_VER := 14.0.2
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.5+0"
version = "14.0.5+1"

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