[PATCH] D53898: [FileCheck] Annotate input dump (6/7)

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 14 13:12:26 PST 2018


jdenny added inline comments.


================
Comment at: llvm/test/FileCheck/dump-input-annotations.txt:322
 ; RUN: not FileCheck -dump-input=always -input-file %t.in %t.chk -v 2>&1 \
-; RUN: | FileCheck -match-full-lines %s -check-prefixes=DAG,DAG-V
+; RUN: | FileCheck -match-full-lines %s -check-prefixes=DAG,DAG-V,DAG-VQ
 ; RUN: not FileCheck -dump-input=always -input-file %t.in %t.chk -vv 2>&1 \
----------------
probinson wrote:
> I guess VQ means "-v but not -vv" here?
Yep, I meant Q for quiet.  I'm happy to rename or add comments to explain if you think that would be helpful.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D53898





More information about the llvm-commits mailing list