This is an archive of the discontinued LLVM Phabricator instance.

[LLD] [COFF] Fix autoexport from LTO objects with comdat symbols
ClosedPublic

Authored by mstorsjo on May 24 2021, 5:20 AM.

Details

Summary

Make sure that comdat symbols also have a non-null dummy
SectionChunk associated.

This requires moving around an existing FIXME regarding comdats in
LTO.

Diff Detail

Event Timeline

mstorsjo created this revision.May 24 2021, 5:20 AM
mstorsjo requested review of this revision.May 24 2021, 5:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2021, 5:20 AM
rnk accepted this revision.Jun 2 2021, 2:33 PM

lgtm

This revision is now accepted and ready to land.Jun 2 2021, 2:33 PM