This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - X86_64: Use white list for relocations checked by isPicRel.
ClosedPublic

Authored by grimar on Apr 4 2018, 4:48 AM.

Details

Summary

isPicRel is used to check if we want to create the dynamic relocations.
Not all of the dynamic relocations we create are passing through this
check, but those that are, probably better be whitelisted.

Diff Detail

Event Timeline

grimar created this revision.Apr 4 2018, 4:48 AM
espindola accepted this revision.Apr 4 2018, 8:10 AM

LGTM.

Thanks!

This revision is now accepted and ready to land.Apr 4 2018, 8:10 AM
This revision was automatically updated to reflect the committed changes.