[PATCH] D47653: [lit, pdb] Fix two failing PDB tests on Windows

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 4 10:20:09 PDT 2018


zturner added a comment.

In https://reviews.llvm.org/D47653#1121191, @stella.stamenova wrote:

> Thanks!
>
> In that case, will FileCheck only match the label that was specified or will it also match just CHECK and CHECK-DAG as well?


There's nothing special about `CHECK`, it's just the default label for when you don't specify anything, and is identical to specifying `--check-prefix=CHECK`.  So to answer your question, it will only match the label you specify.


Repository:
  rL LLVM

https://reviews.llvm.org/D47653





More information about the llvm-commits mailing list