[PATCH] D84033: [llvm-readelf/readobj] - Refine the error reporting in printMipsABIFlags() methods.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 21 00:43:52 PDT 2020


jhenderson added inline comments.


================
Comment at: llvm/test/tools/llvm-readobj/ELF/mips-abiflags.test:322
+# RUN: llvm-readobj -A %t.nosection 2>&1 | \
+# RUN:   FileCheck %s --check-prefixes=NOSEC,NOSEC-LLVM --implicit-check-not=warning:
+
----------------
The implicit-check-not on the llvm-readobj case implies there is other output expected? What is this other output, and should we actually be checking it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84033





More information about the llvm-commits mailing list