-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Fix x86 build with clang-18 #101650
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
Fix x86 build with clang-18 #101650
Conversation
|
Tagging subscribers to this area: @hoyosjs |
2d67551 to
fb71f82
Compare
7203310 to
e7a410a
Compare
e7a410a to
cdc7344
Compare
|
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 |
jkotas
left a comment
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.
Thank you!
|
/ba-g slow mac |
* Fix x86 build with clang-18 * Suppress Wsync-alignment * Update x86 pipeline to use clang-18
* Fix x86 build with clang-18 * Suppress Wsync-alignment * Update x86 pipeline to use clang-18
Fixes #101639.