[PATCH] D79625: [PowerPC] Extend .reloc directive on PowerPC
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 23:34:31 PDT 2020
MaskRay added a comment.
In D79625#2148175 <https://reviews.llvm.org/D79625#2148175>, @MaskRay wrote:
> I added .reloc support to many targets (x86,arm,aarch64,risc-v,powerpc{32,64}). Requested changes as I think we should improve the generic parsing code, instead of adding a ppc64 specific clone. And this patch seems to be unnecessarily more complex than it can be.
I'll try fixing the generic parseDirectiveReloc tomorrow.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79625/new/
https://reviews.llvm.org/D79625
More information about the llvm-commits
mailing list