[PATCH] D77672: Support a few more SPARCv9 relocations
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 11 14:57:01 PDT 2020
MaskRay added a comment.
Can you refer me to the sparc psABI so that I can verify the implementation?
================
Comment at: lld/test/ELF/sparcv9-reloc.s:5
+# RUN: llvm-objdump -d --no-show-raw-insn %t | FileCheck %s
+# RUN: llvm-objdump -s --no-show-raw-insn %t | FileCheck --check-prefix=HEX %s
+
----------------
objdump -s does not need --no-show-raw-insn.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77672/new/
https://reviews.llvm.org/D77672
More information about the llvm-commits
mailing list