Skip to content

Partially fix test failures with libstdc++ 15 in debug mode #259

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

Merged
merged 2 commits into from
Jun 19, 2025

Conversation

T0b1-iOS
Copy link
Contributor

When compiling on Fedora 42, there are now test failures in debug mode (c.f. llvm/llvm-project#144678).
This PR fixes the test-failures for all tests but CLAMR where I couldn't figure out what the problem actually is and the code in the upstream repo seems substantially different now.

Most fixes should be fine as is but in SingleSource/UnitTests/matrix-types-specs.cpp I changed the type of a matrix to use signed integers instead of unsigned but it seems that these are only transpose tests so it should be fine?

Ping for potential review @nikic @fhahn

Copy link
Contributor

@nikic nikic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nikic nikic merged commit eaed381 into llvm:main Jun 19, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants