Displaying 1 result from an estimated 1 matches for "_ztv3bar".
2013 Nov 25
0
[LLVMdev] Queries about FileCheck's CHECK-DAG: directive
...the first match, or after the last match).
```
Although this statement is true it doesn't seem complete to me because
it's possible to before CHECK-DAG matches without any other matches as
is done in the example with only two CHECK-DAG: directives.
// CHECK-DAG: @_ZTV3Foo =
// CHECK-DAG: @_ZTV3Bar =
Any thoughts? If there is consensus about changes to the documentation
I'll happily write the patch (although someone will have to commit it
for me).
[1] http://llvm.org/docs/CommandGuide/FileCheck.html
[2] http://llvm.org/docs/CommandGuide/FileCheck.html#filecheck-variables
Thanks,
Dan Li...