This is an archive of the discontinued LLVM Phabricator instance.

[ELFv2] Implement R_X86_64_32 relocation
ClosedPublic

Authored by davide on Aug 28 2015, 9:29 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

davide updated this revision to Diff 33435.Aug 28 2015, 9:29 AM
davide retitled this revision from to [ELFv2] Implement R_X86_64_32 relocation.
davide updated this object.
davide added reviewers: rafael, Bigcheese.
davide added a subscriber: llvm-commits.
rafael edited edge metadata.Aug 28 2015, 11:06 AM
rafael added a subscriber: rafael.

Please check the symbol value of bar to see that it matches.

Please factor the base + offset expression. Every relocation is likely to
use it.

Lgtm with that.

This revision was automatically updated to reflect the committed changes.