[all-commits] [llvm/llvm-project] 0f00e5: [JITLink][COFF][x86_64] Reimplement ADDR32NB/REL32.

Sunho Kim via All-commits all-commits at lists.llvm.org
Mon Jul 25 07:43:31 PDT 2022


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

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h
    M llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp
    M llvm/lib/ExecutionEngine/JITLink/COFF_x86_64.cpp
    M llvm/lib/ExecutionEngine/JITLink/x86_64.cpp
    A llvm/test/ExecutionEngine/JITLink/X86/COFF_addr32nb_reloc.test
    A llvm/test/ExecutionEngine/JITLink/X86/COFF_addr32nb_reloc_neg_addend.test
    R llvm/test/ExecutionEngine/JITLink/X86/COFF_basic.s
    M llvm/test/ExecutionEngine/JITLink/X86/COFF_comdat_weak_duplicate.s
    R llvm/test/ExecutionEngine/JITLink/X86/COFF_external_func.s
    M llvm/test/ExecutionEngine/JITLink/X86/COFF_external_var.s
    M llvm/test/ExecutionEngine/JITLink/X86/COFF_file_debug.s
    M llvm/test/ExecutionEngine/JITLink/X86/COFF_x86-64_small_pic_relocations.s

  Log Message:
  -----------
  [JITLink][COFF][x86_64] Reimplement ADDR32NB/REL32.

Reimplements ADDR32NB/REL32 relocations properly, out-of-reach targets will be dealt in the separate patch that will generate the stub for dllimport symbols.

Reviewed By: sgraenitz

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




More information about the All-commits mailing list