[PATCH] D53898: [FileCheck] Annotate input dump (6/7)
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 14 13:06:11 PST 2018
probinson accepted this revision.
probinson added a comment.
This revision is now accepted and ready to land.
LGTM
================
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 \
----------------
I guess VQ means "-v but not -vv" here?
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