This is an archive of the discontinued LLVM Phabricator instance.

Convert EhOutputSection to be a synthetic section
ClosedPublic

Authored by rafael on Feb 23 2017, 9:50 AM.

Details

Reviewers
ruiu
Summary

With this we complete the transition out of special output sections, and with the previous patches it should be possible to merge OutputSectionBase and OuputSection.

Diff Detail

Event Timeline

rafael created this revision.Feb 23 2017, 9:50 AM
ruiu accepted this revision.Feb 23 2017, 11:19 AM

LGTM

ELF/Writer.cpp
1095

Can you add why?

This revision is now accepted and ready to land.Feb 23 2017, 11:19 AM
espindola closed this revision.Mar 14 2018, 4:17 PM
espindola added a subscriber: espindola.

296023