[PATCH] D108446: [JITLink] Add support of R_X86_64_32S relocation

luxufan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 19 23:55:41 PDT 2021


StephenFan created this revision.
StephenFan added a reviewer: lhames.
Herald added subscribers: pengfei, hiraditya.
StephenFan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch supported the R_X86_64_32S relocation and add the Pointer32Signed generic edge kind.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108446

Files:
  llvm/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h
  llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h
  llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
  llvm/lib/ExecutionEngine/JITLink/x86_64.cpp
  llvm/test/ExecutionEngine/JITLink/X86/ELF_x86_64_absolute_relocations.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108446.367724.patch
Type: text/x-patch
Size: 4407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210820/95bb9622/attachment.bin>


More information about the llvm-commits mailing list