This is an archive of the discontinued LLVM Phabricator instance.

Alternative fix for empty sections
ClosedPublic

Authored by rafael on Sep 20 2016, 6:42 AM.

Details

Reviewers
evgeny777
ruiu
Summary

This is an alternative to D24230.

Diff Detail

Event Timeline

rafael updated this revision to Diff 71924.Sep 20 2016, 6:42 AM
rafael retitled this revision from to Alternative fix for empty sections.
rafael updated this object.
rafael added reviewers: evgeny777, ruiu.
rafael added a subscriber: llvm-commits.
evgeny777 edited edge metadata.Sep 20 2016, 7:24 AM

On some occasions this may create empty special sections like .tbss, .eh_frame_hdr and others. Are you sure this is really harmless?

evgeny777 accepted this revision.Sep 21 2016, 9:49 AM
evgeny777 edited edge metadata.

On the second thought I'd rather push this. If there are any problems they can be fixed later on. LGTM

This revision is now accepted and ready to land.Sep 21 2016, 9:49 AM