[PATCH] D73255: [ELF][PowerPC] Support R_PPC_COPY and R_PPC64_COPY
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 23:54:30 PST 2020
MaskRay marked an inline comment as done.
MaskRay added inline comments.
================
Comment at: lld/test/ELF/ppc64-reloc-copy.s:1
+# REQUIRES: ppc
+# RUN: llvm-mc -filetype=obj -triple=powerpc64 %p/Inputs/relocation-copy.s -o %t1.o
----------------
jhenderson wrote:
> Does it make sense to fold this and the other test together? They're practically identical...
Agree.
Placed in ppc-reloc-copy.s
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73255/new/
https://reviews.llvm.org/D73255
More information about the llvm-commits
mailing list