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

Sunho Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 00:20:25 PDT 2022


sunho updated this revision to Diff 448526.
sunho added a comment.

Use absolute symbol.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130275/new/

https://reviews.llvm.org/D130275

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130275.448526.patch
Type: text/x-patch
Size: 9612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220729/12b7084f/attachment.bin>


More information about the llvm-commits mailing list