[all-commits] [llvm/llvm-project] 1deaa9: [JITLink][ELF][AArch64] Implement R_AARCH64_ABS64 ...

lhames via All-commits all-commits at lists.llvm.org
Tue Jun 7 17:56:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1deaa9b8bdb6c6169ad3fea95e0f2c6c8e99dd01
      https://github.com/llvm/llvm-project/commit/1deaa9b8bdb6c6169ad3fea95e0f2c6c8e99dd01
  Author: Lang Hames <lhames at gmail.com>
  Date:   2022-06-07 (Tue, 07 Jun 2022)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
    M llvm/test/ExecutionEngine/JITLink/AArch64/ELF_aarch64_relocations.s

  Log Message:
  -----------
  [JITLink][ELF][AArch64] Implement R_AARCH64_ABS64 relocation type.

Implement R_AARCH64_ABS64 relocation entry. This relocation type is generated
when creating a static function pointer to symbol.

Reviewed By: lhames, sgraenitz

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




More information about the All-commits mailing list