-
-
Notifications
You must be signed in to change notification settings - Fork 13k
llvm lld flang wasi-runtimes 21.1.0-rc3 (pre-release) #234231
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
Draft
cho-m
wants to merge
21
commits into
main
Choose a base branch
from
bump-llvm-21.1.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+163
−85
Draft
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
7b75fe2
llvm 21.1.0-rc3
cho-m 4fed3ec
lld 21.1.0-rc3
cho-m badb5ec
flang 21.1.0-rc3
cho-m 68f16ae
wasi-runtimes 21.1.0-rc3
cho-m 7597880
unstable_allowlist: llvm 21.1.0-rc3
cho-m 965d561
spirv-llvm-translator 21.1.0
BrewTestBot 2f3050d
spirv-headers: backport SPV_INTEL_function_variants
cho-m 85b77c3
adaptivecpp: revision bump (llvm 21.1.0)
cho-m b00a4ca
afl++: revision bump (llvm 21.1.0)
cho-m 939aee5
alive2: revision bump (llvm 21.1.0)
cho-m d1a9693
castxml: revision bump (llvm 21.1.0)
cho-m 85c681f
ccls: revision bump (llvm 21.1.0)
cho-m 5f1b5c4
clang-uml: revision bump (llvm 21.1.0)
cho-m ff0d19d
clazy: revision bump (llvm 21.1.0)
cho-m 02bf197
crystal: revision bump (llvm 21.1.0)
cho-m d0239b9
crystalline: revision bump (llvm 21.1.0)
cho-m 9485379
enzyme: revision bump (llvm 21.1.0)
cho-m 623bd59
mesa: revision bump (llvm 21.1.0)
cho-m 1277ac9
nvc: revision bump (llvm 21.1.0)
cho-m 2227040
rust: revision bump (llvm 21.1.0)
cho-m 6d99bca
symengine: revision bump (llvm 21.1.0)
cho-m File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../Formula/l/lld.rb |
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../Formula/l/llvm.rb |
This file contains hidden or 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,11 +1,21 @@ | ||
class Adaptivecpp < Formula | ||
desc "SYCL and C++ standard parallelism for CPUs and GPUs" | ||
homepage "https://adaptivecpp.github.io/" | ||
url "https://github.com/AdaptiveCpp/AdaptiveCpp/archive/refs/tags/v25.02.0.tar.gz" | ||
sha256 "8cc8a3be7bb38f88d7fd51597e0ec924b124d4233f64da62a31b9945b55612ca" | ||
license "BSD-2-Clause" | ||
revision 1 | ||
head "https://github.com/AdaptiveCpp/AdaptiveCpp.git", branch: "develop" | ||
|
||
stable do | ||
url "https://github.com/AdaptiveCpp/AdaptiveCpp/archive/refs/tags/v25.02.0.tar.gz" | ||
sha256 "8cc8a3be7bb38f88d7fd51597e0ec924b124d4233f64da62a31b9945b55612ca" | ||
|
||
# Backport support for LLVM 21 | ||
patch do | ||
url "https://github.com/AdaptiveCpp/AdaptiveCpp/commit/623aa0b1840c5ccd7a45d3e8b228f1bff5257056.patch?full_index=1" | ||
sha256 "d3b8708ded954f04b87ad22254fd949c1d584d6de7a3f8a7e978ff715ca1a33d" | ||
end | ||
end | ||
|
||
bottle do | ||
sha256 arm64_sequoia: "fa1c355b2af0934de4aae2fdb882f7befae852e5523ed4b3f4270d69bfd46edf" | ||
sha256 arm64_sonoma: "c01a61e3a4629d1c1c52ba7d9f5f0618f6b7f6a246d25da96c4e0ed481f0b6bc" | ||
|
@@ -26,7 +36,7 @@ | |
depends_on "libomp" | ||
end | ||
|
||
def install | ||
Check failure on line 39 in Formula/a/adaptivecpp.rb
|
||
args = [] | ||
if OS.mac? | ||
libomp_root = Formula["libomp"].opt_prefix | ||
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Drop commit as downgraded LLVM instead:
llvm@20
#234783