[PATCH] D57277: [COFF, ARM64] Don't put jump table into a separate COFF section for EK_LabelDifference32
Tom Tan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 26 19:33:30 PST 2019
TomTan added a comment.
Thanks Peter and Martin. Yes, `IMAGE_REL_ARM64_REL32` can do the relocation work here. I saw Martin added this relocation type to both LLVM and LLD. My change in `AArch64AsmPrinter::EmitJumpTableInfo` could be reverted when `IMAGE_REL_ARM64_REL32` is attached to the jump table entries, but the relocation model is PIC for Windows ARM64.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57277/new/
https://reviews.llvm.org/D57277
More information about the llvm-commits
mailing list