Skip to content

Commit

Permalink
Update LLVM build to 14.0.6+2 (#48544)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Feb 8, 2023
1 parent b5d17ea commit 43c6f75
Show file tree
Hide file tree
Showing 8 changed files with 471 additions and 473 deletions.
232 changes: 116 additions & 116 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.

466 changes: 232 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+0
CLANG_JLL_VER := 14.0.6+2
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+0
LLD_JLL_VER := 14.0.6+2
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+0
LLVM_TOOLS_ASSERT_JLL_VER := 14.0.6+0
LLVM_TOOLS_JLL_VER := 14.0.6+2
LLVM_TOOLS_ASSERT_JLL_VER := 14.0.6+2
4 changes: 2 additions & 2 deletions deps/llvm.version
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ LLVM_ASSERT_JLL_VER := 14.0.5+3

## source build
LLVM_VER := 14.0.5
LLVM_BRANCH=julia-14.0.6-0
LLVM_SHA1=julia-14.0.6-0
LLVM_BRANCH=julia-14.0.6-2
LLVM_SHA1=julia-14.0.6-2
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+0"
version = "14.0.6+2"

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

2 comments on commit 43c6f75

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your package evaluation job has completed - possible new issues were detected.
A full report can be found here.

Please sign in to comment.