[PATCH] D157533: [JITLink][AArch32] Implement ELF::R_ARM_CALL relocation

Eymen Ünay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 11:39:09 PDT 2023


Eymay created this revision.
Eymay added reviewers: sgraenitz, lhames.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
Eymay requested review of this revision.
Herald added subscribers: llvm-commits, wangpc.
Herald added a project: LLVM.

- Added WritableArmRelocation and ArmRelocation Structs
- Encode/Decode funcs for B/BL A1 and BLX A2 encodings
- Add ARM helper functions, consistent with the existing Thumb helper functions
- Add Test for ELF::R_ARM_CALL


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157533

Files:
  llvm/include/llvm/ExecutionEngine/JITLink/aarch32.h
  llvm/lib/ExecutionEngine/JITLink/aarch32.cpp
  llvm/test/ExecutionEngine/JITLink/AArch32/ELF_static_arm_reloc.s
  llvm/unittests/ExecutionEngine/JITLink/AArch32Tests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157533.548710.patch
Type: text/x-patch
Size: 12316 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230809/c173de3f/attachment.bin>


More information about the llvm-commits mailing list