Uh oh!
There was an error while loading. Please reload this page.
Fix x86 build with clang-18 - #101650
Merged
Merged
Conversation
Contributor
Tagging subscribers to this area: @hoyosjs |
am11force-pushed
the
feature/build/linux-x86-clang18
branch
from
April 27, 2024 20:37
2d67551 to
fb71f82Compaream11
marked this pull request as ready for review
April 27, 2024 20:55
am11force-pushed
the
feature/build/linux-x86-clang18
branch
2 times, most recently
from
April 27, 2024 22:01
7203310 to
e7a410aCompaream11force-pushed
the
feature/build/linux-x86-clang18
branch
from
April 28, 2024 14:16
e7a410a to
cdc7344Compaream11
commented
Apr 28, 2024
MemberAuthor
Since this diagnostic is buggy on various architectures (e.g. llvm/llvm-project#69146 (comment)), I've just suppressed it in the second commit. With first commit, while it was building in CI, testing R2R locally was throwing sigsegv. cc @jkotas |
This was referenced Apr 28, 2024
jkotas
commented
Apr 28, 2024
Member
/ba-g slow mac |
matouskozak pushed a commit
to matouskozak/runtime
that referenced
this pull request
Apr 30, 2024
* Fix x86 build with clang-18 * Suppress Wsync-alignment * Update x86 pipeline to use clang-18
michaelgsharp pushed a commit
to michaelgsharp/runtime
that referenced
this pull request
May 9, 2024
* Fix x86 build with clang-18 * Suppress Wsync-alignment * Update x86 pipeline to use clang-18
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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fixes#101639.