[PATCH] D158708: [JITLink][PowerPC] Fix incorrect assertion of addend for R_PPC64_REL24
Kai Luo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 28 18:58:30 PDT 2023
lkail added a comment.
In D158708#4623239 <https://reviews.llvm.org/D158708#4623239>, @lhames wrote:
> @lkail Were you able to determine what caused the issue on Darwin? I haven't had a chance to check it out yet.
The assertion message on Darwin is
Assertion failed: (Addend == 0 && "Addend is expected to be 0 for a function call"), function addSingleRelocation,
While the culprit commit checks
Assertion `Addend == 0 && "Addend is expected to be 0 for a function call"' failed
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158708/new/
https://reviews.llvm.org/D158708
More information about the llvm-commits
mailing list