[PATCH] D65242: [ELF] More dynamic relocation packing
Vic Yang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 21 01:21:50 PDT 2019
victoryang added a comment.
In D65242#1638828 <https://reviews.llvm.org/D65242#1638828>, @MaskRay wrote:
> In D65242#1638801 <https://reviews.llvm.org/D65242#1638801>, @victoryang wrote:
>
> > Could this be due to merge conflict in the test case?
>
>
> No. You can apply the reverse of rL369497 <https://reviews.llvm.org/rL369497>. There is no merge conflict.
Reading the error message again, it seems to me that grouping isn't happening for bar2 on ANDROID32. Given that we have
if (j - i < 3 || i->r_addend != 0)
I wonder if r_addend isn't always 0 or isn't initialized when RELA is not used?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65242/new/
https://reviews.llvm.org/D65242
More information about the llvm-commits
mailing list