[all-commits] [llvm/llvm-project] d86f90: [JITLink][COFF][x86_64] Implement remaining IMAGE_...

Sunho Kim via All-commits all-commits at lists.llvm.org
Sat Jul 30 17:03:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d86f903b1dee805bece02769ddb7d7f9ae166c0a
      https://github.com/llvm/llvm-project/commit/d86f903b1dee805bece02769ddb7d7f9ae166c0a
  Author: Sunho Kim <ksunhokim123 at gmail.com>
  Date:   2022-07-31 (Sun, 31 Jul 2022)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/COFF_x86_64.cpp
    A llvm/test/ExecutionEngine/JITLink/X86/COFF_rel32_4_reloc.test

  Log Message:
  -----------
  [JITLink][COFF][x86_64] Implement remaining IMAGE_REL_AMD64_REL32_*.

Implements remaining IMAGE_REL_AMD64_REL32_*. We only need IMAGE_REL_AMD64_REL32_4 for now but doing all remaining ones for completeness. (clang only uses IMAGE_REL_AMD64_REL32_1 and IMAGE_REL_AMD64_REL32)

Reviewed By: lhames

Differential Revision: https://reviews.llvm.org/D130452




More information about the All-commits mailing list