[PATCH] D77672: [ELF] Support a few more SPARCv9 relocations

LemonBoy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 04:17:49 PDT 2020


LemonBoy added a comment.

Can you (or anyone) commit this on my behalf? I don't have commit access.



================
Comment at: lld/test/ELF/emulation-sparc.s:10
+# RUN: llvm-readobj --file-headers %t5sparc | FileCheck --check-prefix=V9 %s
+# V9:      ElfHeader {
+# V9-NEXT:   Ident {
----------------
MaskRay wrote:
> If there are no other prefixes, just use the FileCheck default `CHECK`. You can omit `--check-prefix` as well.
I've picked the `V9` prefix as LLD may want to support the 32bit variants some day


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77672/new/

https://reviews.llvm.org/D77672





More information about the llvm-commits mailing list