Merged
Conversation
Contributor
|
Tagging subscribers to this area: @hoyosjs |
2d67551 to
fb71f82
Compare
7203310 to
e7a410a
Compare
e7a410a to
cdc7344
Compare
Member
Author
|
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
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 free
to 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.