[PATCH] D96653: [FileCheck] Add neighboring annotations for -dump-input-filter=error

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 2 09:27:13 PST 2021


jdenny added a comment.

In D96653#2597583 <https://reviews.llvm.org/D96653#2597583>, @thopre wrote:

> What does the `label:2        X error: no match found` mean then? I thought this was (despite the prefix) applying to the CHECK since the CHECK is searched after the LABEL.

CHECK-LABEL runs twice: once before all other directives, and once with them.  It's the second run that fails in the case you quoted.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96653/new/

https://reviews.llvm.org/D96653



More information about the llvm-commits mailing list