[all-commits] [llvm/llvm-project] 049fd2: [JITLink][COFF][x86_64] Implement ADDR64 relocation.

Sunho Kim via All-commits all-commits at lists.llvm.org
Fri Jul 29 00:32:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 049fd21b42550be656d850ea02fe8690d97a43db
      https://github.com/llvm/llvm-project/commit/049fd21b42550be656d850ea02fe8690d97a43db
  Author: Sunho Kim <ksunhokim123 at naver.com>
  Date:   2022-07-29 (Fri, 29 Jul 2022)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/COFF_x86_64.cpp
    M llvm/test/ExecutionEngine/JITLink/X86/COFF_x86-64_small_pic_relocations.s

  Log Message:
  -----------
  [JITLink][COFF][x86_64] Implement ADDR64 relocation.

Implements ADDR64 relocation using x86_64 edge kind.

Reviewed By: lhames

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




More information about the All-commits mailing list