Skip to content

Commit 809c3cf

Browse files
committed
Mention skip in README.
1 parent aad5093 commit 809c3cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/mir-opt/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ The LLVM FileCheck tool is used to verify the contents of output MIR against `CH
5656
present in the test file. This works on the runtime MIR, generated by `--emit=mir`, and not
5757
on the output of a individual passes.
5858

59+
Use `// skip-filecheck` to prevent FileCheck from running.
60+
5961
To check MIR for function `foo`, start with a `// CHECK-LABEL fn foo(` directive.
6062

6163
`{{regex}}` syntax allows to match `regex`.

0 commit comments

Comments
 (0)