[PATCH] D122734: [HIP] Fix mangling number for local struct
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 6 11:36:33 PDT 2022
tra added subscribers: rnk, rsmith.
tra added a comment.
@rnk, @rsmith -- PTAL. Changing mangling for CXXABI on Windows is way out of my comfort zone.
> This patch uses Itanium mangling number for structs in HIP host compilation on Windows to fix this issue.
It does not appear to be HIP-specific and I do not know enough to tell whether the change is safe for all users. Or even for HIP in all cases. Let's see what Reid or Richard think.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122734/new/
https://reviews.llvm.org/D122734
More information about the cfe-commits
mailing list