This is an archive of the discontinued LLVM Phabricator instance.

LLD: ELF: Make ELFFile::handleSectionWithNoSymbols() virtual
AbandonedPublic

Authored by tstellarAMD on Jul 16 2015, 7:59 AM.

Details

Reviewers
None
Summary

This way targets can override it if they want.

Diff Detail

Event Timeline

tstellarAMD retitled this revision from to LLD: ELF: Make ELFFile::handleSectionWithNoSymbols() virtual.
tstellarAMD updated this object.
tstellarAMD added a subscriber: llvm-commits.
tstellarAMD added a subscriber: lld.

I think it is better to move this change into the D11267. And please run the clang-format on lines 201-202.