[PATCH] D81422: Change filecheck default to dump input on failure

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 08:12:28 PDT 2020


jdenny added a comment.

By the way, `-vv` combined with `-dump-input=fail` provides a lot of additional information that can be helpful when debugging.  Bots could pass that via `FILECHECK_OPTS`, or it could become the default when `-dump-input` is not `never`.  In the latter case, I suggest a separate patch to make the review easier.  What do people think?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81422





More information about the llvm-commits mailing list