[all-commits] [llvm/llvm-project] 9ee16e: [JITLink][x86-64] Add x86_64::Pointer8 edge kind, ...

lhames via All-commits all-commits at lists.llvm.org
Sat Apr 15 19:37:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9ee16eb526f7ef2e407d8fd67fed46403350ec99
      https://github.com/llvm/llvm-project/commit/9ee16eb526f7ef2e407d8fd67fed46403350ec99
  Author: Lang Hames <lhames at gmail.com>
  Date:   2023-04-16 (Sun, 16 Apr 2023)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h
    M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
    M llvm/lib/ExecutionEngine/JITLink/x86_64.cpp
    A llvm/test/ExecutionEngine/JITLink/x86-64/ELF_R_X86_64_8.s

  Log Message:
  -----------
  [JITLink][x86-64] Add x86_64::Pointer8 edge kind, ELF::R_X86_64_8 reloc support.

This commit adds an x86-64 Pointer8 edge kind (8-bit pointer), and uses it to
implement support for the ELF::R_X86_64_8 relocation kind.




More information about the All-commits mailing list