[PATCH] D130275: [JITLink][COFF][x86_64] Implement SECTION/SECREL relocation.

Sunho Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 07:49:46 PDT 2022


sunho created this revision.
sunho added reviewers: lhames, sgraenitz.
Herald added subscribers: jsji, StephenFan, hiraditya.
Herald added a project: All.
sunho requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Implements SECTION/SECREL relocation.


https://reviews.llvm.org/D130275

Files:
  llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h
  llvm/lib/ExecutionEngine/JITLink/COFF_x86_64.cpp
  llvm/lib/ExecutionEngine/JITLink/x86_64.cpp
  llvm/test/ExecutionEngine/JITLink/X86/COFF_section_relocs.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130275.446503.patch
Type: text/x-patch
Size: 7442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220721/935e9a60/attachment.bin>


More information about the llvm-commits mailing list