This is an archive of the discontinued LLVM Phabricator instance.

ELF: Remove dead code. NFCI.
ClosedPublic

Authored by pcc on Feb 20 2019, 7:49 PM.

Details

Summary

RelocationBaseSection is not used in -r links, so Config->Relocatable will
always be false.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Feb 20 2019, 7:49 PM
Herald added a project: Restricted Project. · View Herald Transcript
ruiu accepted this revision.Feb 20 2019, 9:23 PM

LGTM

This revision is now accepted and ready to land.Feb 20 2019, 9:23 PM
This revision was automatically updated to reflect the committed changes.