[PATCH] D63191: [lld][ELF] Check length of subsection in .ARM.attributes
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 14 05:59:26 PDT 2019
peter.smith added a comment.
> I've not worked out why yet, it could be a 32/64-bit host issue.
Yes it appears to be the case. The offset starts at 1 and when 0xffffffff is added on a 32-bit machine the offset overflows back to 0
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63191/new/
https://reviews.llvm.org/D63191
More information about the llvm-commits
mailing list