[all-commits] [llvm/llvm-project] 8308e8: [JITLink][ELF][x86-64] Implement ELF::R_X86_64_NONE.

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


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

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
    A llvm/test/ExecutionEngine/JITLink/x86-64/ELF_R_X86_64_NONE.yaml

  Log Message:
  -----------
  [JITLink][ELF][x86-64] Implement ELF::R_X86_64_NONE.

R_X86_64_NONE is a no-op, so we just need to return from addSingleRelocation
early.




More information about the All-commits mailing list