Skip to content

release/19.x: [NVPTX] Fix DwarfFrameBase construction (#101000) #101145

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 1 commit into from
Jul 30, 2024

Conversation

llvmbot
Copy link
Member

@llvmbot llvmbot commented Jul 30, 2024

Backport 842a332

Requested by: @nikic

@llvmbot llvmbot added this to the LLVM 19.X Release milestone Jul 30, 2024
@llvmbot
Copy link
Member Author

llvmbot commented Jul 30, 2024

@MaskRay What do you think about merging this PR to the release branch?

The `{0}` here was initializing the first union member `Register`,
rather than the union member used by CFA, which is `Offset`. Prior to
llvm#99263 this was harmless, but
now they have different layout, leading to test failures on some
platforms (at least i686 and s390x).

(cherry picked from commit 842a332)
@tru tru merged commit 63d44ea into llvm:release/19.x Jul 30, 2024
5 of 9 checks passed
Copy link

@nikic (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

@nikic
Copy link
Contributor

nikic commented Aug 1, 2024

Release note:

Fixed test failures in llvm/test/DebugInfo/NVPTX on 32-bit and big endian architectures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

4 participants