diff options
Diffstat (limited to 'llvm/test/FileCheck/dump-input-annotations.txt')
-rw-r--r-- | llvm/test/FileCheck/dump-input-annotations.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/FileCheck/dump-input-annotations.txt b/llvm/test/FileCheck/dump-input-annotations.txt index 3dc7f908aa2..eaf1c941e67 100644 --- a/llvm/test/FileCheck/dump-input-annotations.txt +++ b/llvm/test/FileCheck/dump-input-annotations.txt @@ -322,6 +322,13 @@ ; RUN: echo 'CHECK-DAG: abc' >> %t.chk ; RUN: echo 'CHECK-DAG: def' >> %t.chk +; Prefixes used here: +; DAG = quiet, -v, or -vv +; DAG-Q = quiet +; DAG-V = -v or -vv (-vv implies -v) +; DAG-VQ = -v and not -vv +; DAG-VV = -vv + ; RUN: not FileCheck -dump-input=always -input-file %t.in %t.chk 2>&1 \ ; RUN: | FileCheck -match-full-lines %s -check-prefixes=DAG,DAG-Q ; RUN: not FileCheck -dump-input=always -input-file %t.in %t.chk -v 2>&1 \ |