[PATCH] D154048: [PowerPC] fix jumptable encoding when ppc-use-absolute-jumptables is turned on
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 2 22:14:11 PDT 2023
shchenz added a comment.
This indeed is a bug on AIX (which has PIC as default). Relative jump table in the data section but no `add` in the text section, so the target addresses would be wrong.
Thanks for catching this bug.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154048/new/
https://reviews.llvm.org/D154048
More information about the llvm-commits
mailing list