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

Sunho Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 23:13:43 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5cf0082ae3f4: [JITLink][COFF][x86_64] Implement SECTION/SECREL relocation. (authored by sunho).

Repository:
  rG LLVM Github Monorepo

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.451735.patch
Type: text/x-patch
Size: 9612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220811/a78d6bee/attachment.bin>


More information about the llvm-commits mailing list