This is an archive of the discontinued LLVM Phabricator instance.

MC Win64: Put unwind info for COMDAT code into the same COMDAT group
ClosedPublic

Authored by rnk on Sep 3 2014, 4:55 PM.

Details

Summary

This fixes a long standing issue where we would emit many little .text
sections and only one .pdata and .xdata section. Now we generate one
.pdata / .xdata pair per .text section and associate them correctly.

Fixes PR19667.

Diff Detail

Repository
rL LLVM

Event Timeline

rnk updated this revision to Diff 13235.Sep 3 2014, 4:55 PM
rnk retitled this revision from to MC Win64: Put unwind info for COMDAT code into the same COMDAT group.
rnk updated this object.
rnk added a reviewer: majnemer.
rnk added a subscriber: Unknown Object (MLST).
majnemer accepted this revision.Sep 3 2014, 5:17 PM
majnemer edited edge metadata.

Nice, LGTM.

This revision is now accepted and ready to land.Sep 3 2014, 5:17 PM
rnk closed this revision.Sep 4 2014, 10:51 AM
rnk updated this revision to Diff 13277.

Closed by commit rL217176 (authored by @rnk).