This is an archive of the discontinued LLVM Phabricator instance.

MC: Teach the COFF object writer to write address-significance tables.
ClosedPublic

Authored by pcc on Aug 21 2018, 10:32 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Aug 21 2018, 10:32 AM
rnk accepted this revision.Aug 21 2018, 12:53 PM
rnk added inline comments.
llvm/lib/MC/WinCOFFObjectWriter.cpp
672 ↗(On Diff #161760)

Cool, so linking such objects with link.exe will drop these sections, right?

This revision is now accepted and ready to land.Aug 21 2018, 12:53 PM
pcc added inline comments.Aug 22 2018, 4:53 PM
llvm/lib/MC/WinCOFFObjectWriter.cpp
672 ↗(On Diff #161760)

Yes, I verified that that's the case.

This revision was automatically updated to reflect the committed changes.