mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 20:33:15 +00:00
All FileCheck directives allow patterns.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231418 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bdfd937473
commit
a0c307d623
@ -364,7 +364,7 @@ simply uniquely match a single line in the file being verified.
|
|||||||
FileCheck Pattern Matching Syntax
|
FileCheck Pattern Matching Syntax
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
The "``CHECK:``" and "``CHECK-NOT:``" directives both take a pattern to match.
|
All FileCheck directives take a pattern to match.
|
||||||
For most uses of FileCheck, fixed string matching is perfectly sufficient. For
|
For most uses of FileCheck, fixed string matching is perfectly sufficient. For
|
||||||
some things, a more flexible form of matching is desired. To support this,
|
some things, a more flexible form of matching is desired. To support this,
|
||||||
FileCheck allows you to specify regular expressions in matching strings,
|
FileCheck allows you to specify regular expressions in matching strings,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user