Internal symbol mangling is implementation-defined. We do not mangle any module attachment, and this adds a test to verify that.
Once GCC12 is released, I'll patch GCC to match this (for simplicity, as mentioned, it's not an ABI problem).
Differential D123220
[clang] Verify internal entity module mangling urnathan on Apr 6 2022, 7:29 AM. Authored by
Details
Internal symbol mangling is implementation-defined. We do not mangle any module attachment, and this adds a test to verify that. Once GCC12 is released, I'll patch GCC to match this (for simplicity, as mentioned, it's not an ABI problem).
Diff Detail
Event TimelineComment Actions Sounds alright to me, though I'm not as familiar with the details - no doubt @iains can weigh in if there's anything extra/interesting, even if it's post-commit. |