[PATCH] D86080: [llvm-readobj/elf] - Merge mips-got-overlapped.test to mips-got.test and refine testing.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 17 08:54:03 PDT 2020


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/tools/llvm-readobj/ELF/mips-got.test:588
+# RUN: yaml2obj --docnum=4 %s -o %t.err7.o
+# RUN: llvm-readobj -A %t.err7.o 2>&1 | FileCheck %s -DFILE=%t.err7.o -check-prefix=SAME-ADDR-LLVM
+# RUN: llvm-readelf -A %t.err7.o 2>&1 | FileCheck %s -DFILE=%t.err7.o -check-prefix=SAME-ADDR-GNU
----------------
The checks above use two dash `--check-prefix`


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

https://reviews.llvm.org/D86080



More information about the llvm-commits mailing list