This is an archive of the discontinued LLVM Phabricator instance.

ELF: Remove dead code.
ClosedPublic

Authored by ruiu on Jan 7 2016, 2:49 PM.

Details

Reviewers
grimar
Summary

R_X86_64_PLT32 is handled in the same way as R_X86_64_PC32 by
relocateOne(), so this function does not seems to be needed.
Without this code, all tests still pass.

Diff Detail

Event Timeline

ruiu updated this revision to Diff 44260.Jan 7 2016, 2:49 PM
ruiu retitled this revision from to ELF: Remove dead code..
ruiu updated this object.
ruiu added a reviewer: grimar.
ruiu added a subscriber: llvm-commits.
grimar accepted this revision.Jan 8 2016, 12:37 AM
grimar edited edge metadata.

Cool !

This revision is now accepted and ready to land.Jan 8 2016, 12:37 AM

Can this rev. be closed ?

rafael closed this revision.Jan 19 2016, 10:21 AM