-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport LLVM patches to fix various issues. (#50639)
- llvm/llvm-project@af39acd closing #50448 - https://reviews.llvm.org/D139078 closing #49907 (cherry picked from commit 092231c)
- Loading branch information
1 parent
77c8fdc
commit b21a343
Showing
10 changed files
with
449 additions
and
444 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 := 15.0.7+5 | ||
CLANG_JLL_VER := 15.0.7+7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## jll artifact | ||
LLD_JLL_NAME := LLD | ||
LLD_JLL_VER := 15.0.7+5 | ||
LLD_JLL_VER := 15.0.7+7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 := 15.0.7+5 | ||
LLVM_TOOLS_ASSERT_JLL_VER := 15.0.7+5 | ||
LLVM_TOOLS_JLL_VER := 15.0.7+7 | ||
LLVM_TOOLS_ASSERT_JLL_VER := 15.0.7+7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters