[PATCH] D118346: [ORC] Support ADR_PREL_PG_HI21 & ADD_ABS_LO12_NC for aarch64

Yifeng Dong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 27 03:36:45 PST 2022


dongAxis1944 created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
dongAxis1944 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

summary

  This patch supports the two relocation types, R_AARCH64_ADR_PREL_PG_HI21 and R_AARCH64_ADD_ABS_LO12_NC.

Test Plan:

  check-llvm


https://reviews.llvm.org/D118346

Files:
  llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h
  llvm/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h
  llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
  llvm/test/ExecutionEngine/JITLink/AArch64/ELF_aarch64_adrp.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118346.403579.patch
Type: text/x-patch
Size: 6476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220127/c1dd9398/attachment.bin>


More information about the llvm-commits mailing list