[all-commits] [llvm/llvm-project] d6791f: [JITLink][PowerPC] Fix relocations in stubs for pp...

bzEq via All-commits all-commits at lists.llvm.org
Tue Aug 8 19:04:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d6791fb77402e8d3719ee991a20187cec15dcfde
      https://github.com/llvm/llvm-project/commit/d6791fb77402e8d3719ee991a20187cec15dcfde
  Author: Kai Luo <lkail at cn.ibm.com>
  Date:   2023-08-09 (Wed, 09 Aug 2023)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/JITLink/ppc64.h
    M llvm/test/ExecutionEngine/JITLink/ppc64/ELF_ppc64_relocations.s

  Log Message:
  -----------
  [JITLink][PowerPC] Fix relocations in stubs for ppc64 big-endian target

Offset and addend are fixed for big-endian stubs.

Reviewed By: lhames

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




More information about the All-commits mailing list