[all-commits] [llvm/llvm-project] 8ce135: [ELF][PPC64] Merge PPC64R12SetupStub and PPC64PCRe...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Feb 27 14:33:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ce135123ec574406c72333798380f486b734fc8
https://github.com/llvm/llvm-project/commit/8ce135123ec574406c72333798380f486b734fc8
Author: Fangrui Song <i at maskray.me>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M lld/ELF/Thunks.cpp
Log Message:
-----------
[ELF][PPC64] Merge PPC64R12SetupStub and PPC64PCRelPLTStub. NFC
PPC64PCRelPLTStub (from D83669) duplicates lot of code from
PPC64R12SetupStub. Just merge them.
Note: PPC64R12SetupStub does not correctly handle long branch to a
non-preemptible non-TOC code.
More information about the All-commits
mailing list