[PATCH] D143039: [AArch64] Unconditionally use DW_EH_PE_indirect|DW_EH_PE_pcrel personality/lsda/ttype encodings
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 5 10:46:59 PST 2023
MaskRay added a comment.
In D143039#4104623 <https://reviews.llvm.org/D143039#4104623>, @lhames wrote:
> LLJIT has been update to default to JITLink on arm64 in 6747fc07d1aa <https://reviews.llvm.org/rG6747fc07d1aa94e22622e278e5a02ba70675ac9b>, and on my local machine the interpreter tests now pass with this patch applied.
>
> We should probably give `6747fc07d1aa` a minute to settle on the bots, but then I think you're clear to re-land this.
Thanks! I tested this patch on an Ubuntu Linux aarch64 22.04 machine and `check-clang-interpreter` tests now pass.
(And I see how riscv64 host (which also uses `DW_EH_PE_indirect`) works as well: it also uses JITLink.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143039/new/
https://reviews.llvm.org/D143039
More information about the llvm-commits
mailing list