[PATCH] D58784: [FileCheck]Remove assertions that prevent matching an empty string at file start before CHECK-NEXT/SAME

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 13:06:47 PST 2019


probinson added a comment.

OK sounds like we should invent a CHECK-FIRSTLINE directive.  (Let's not call it CHECK-FIRST because people could think it means "do these first before other checks.")  It must be the first directive, and its pattern must match on the first line of input (before the first newline).
Does that satisfy the requirements?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D58784





More information about the llvm-commits mailing list