[all-commits] [llvm/llvm-project] 70389b: [ELF][PPC32] Support range extension thunks with a...

Fangrui Song via All-commits all-commits at lists.llvm.org
Sat Jan 25 22:33:01 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 70389be7a029bec3c45991a60b627445ef996120
      https://github.com/llvm/llvm-project/commit/70389be7a029bec3c45991a60b627445ef996120
  Author: Fangrui Song <i at maskray.me>
  Date:   2020-01-25 (Sat, 25 Jan 2020)

  Changed paths:
    M lld/ELF/Arch/PPC.cpp
    M lld/ELF/Relocations.cpp
    M lld/ELF/Thunks.cpp
    A lld/test/ELF/ppc32-long-thunk.s

  Log Message:
  -----------
  [ELF][PPC32] Support range extension thunks with addends

* Generalize the code added in D70637 and D70937. We should eventually remove the EM_MIPS special case.
* Handle R_PPC_LOCAL24PC the same way as R_PPC_REL24.

Reviewed By: Bdragon28

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




More information about the All-commits mailing list