[PATCH] D96653: [FileCheck] Add neighboring annotations for -dump-input-filter=error
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 2 08:36:56 PST 2021
probinson added a comment.
> As far as I know, it does. However, before CHECK-LABEL, a CHECK-NOT range is not the same as a CHECK range:
So if you have
CHECK-NOT: bar
CHECK-LABEL: bar
it will invariably fail? (Trying to distinguish behavior of the directives from behavior of the dump output.)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96653/new/
https://reviews.llvm.org/D96653
More information about the llvm-commits
mailing list