[PATCH] D156018: [BOLT] Impl createRelocation for AArch64

Jiapeng Zhou via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 22 02:24:10 PDT 2023


Kepontry created this revision.
Kepontry added reviewers: rafauler, Amir, maksfb.
Kepontry added a project: bolt.
Herald added subscribers: treapster, ayermolo, pengfei, kristof.beyls.
Herald added a project: All.
Kepontry requested review of this revision.
Herald added subscribers: llvm-commits, yota9.
Herald added a project: LLVM.

  The implementation is based on the X86 version, with the same code
  of symbol and addend extraction. The differences include the
  support for RelType `R_AARCH64_CALL26` and the deletion of 8-bit
  relocation.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D156018

Files:
  bolt/lib/Core/Relocation.cpp
  bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156018.543153.patch
Type: text/x-patch
Size: 4266 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230722/6d5d07b6/attachment.bin>


More information about the llvm-commits mailing list