Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NVPTX] Fix DwarfFrameBase construction (llvm#101000)
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).
- Loading branch information