[PATCH] D42843: Ensure that Elf_Rel addends are always written for dynamic relocations
Rafael Avila de Espindola via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 14 07:51:57 PST 2018
Alexander Richardson <arichardson.kde at gmail.com> writes:
> The attached patch does fix the issue in my test case but I believe
> that it doesn't handle GOT/PLT relocations since those also sometimes
> have UseSymVA = true.
> I'll try to come up with a test case and update the patch.
If the smaller patch fixes a testcase but misses another, we should have
two patches, one for each issue.
Is the reduced patch I posted OK as a fix of the first issue?
Cheers,
Rafael
More information about the llvm-commits
mailing list