This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Allow code sharing by multiple ELF writers
ClosedPublic

Authored by shankarke on Mar 7 2013, 8:29 PM.

Details

Reviewers
Bigcheese
Summary

Reorganize ELF writing so that code can be shared by different types of ELF writers.

Diff Detail

Event Timeline

Bigcheese accepted this revision.Mar 8 2013, 12:33 PM

Looks good.

ELF/OutputELFWriter.h
30–32

This should be replaced with a doxygen comment explaining what OutputELFWriter is and how it relates to dynamic and executable.

shankarke added inline comments.Mar 8 2013, 1:41 PM
ELF/OutputELFWriter.h
30–32

Sure.

Eugene.Zelenko closed this revision.Oct 5 2016, 3:30 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in rL176724.