This is an archive of the discontinued LLVM Phabricator instance.

[LLD] [COFF] Handle .eh_frame$symbol as associative comdat for MinGW
ClosedPublic

Authored by mstorsjo on Jun 14 2019, 11:56 AM.

Details

Summary

This matches how it is done for .xdata and .pdata already.

On i386, the symbol name in the section name suffix does not contain the extra underscore prefix.

This is one part of a fix for PR42217.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Jun 14 2019, 11:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2019, 11:56 AM
rnk accepted this revision.Jun 14 2019, 1:37 PM

lgtm

This revision is now accepted and ready to land.Jun 14 2019, 1:37 PM
This revision was automatically updated to reflect the committed changes.