[PATCH] D84360: [WIP][LLD][PowerPC] Implement GOT to PC-Rel relaxation
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 27 09:24:11 PDT 2020
nemanjai marked an inline comment as done.
nemanjai added inline comments.
================
Comment at: lld/ELF/Arch/PPC64.cpp:42
enum DFormOpcd {
+ /* Defined below in the PPC enum so they can be used for mapping legacy
----------------
Perhaps this entire `enum` should just be absorbed into the new one to eliminate confusion.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84360/new/
https://reviews.llvm.org/D84360
More information about the llvm-commits
mailing list