Displaying 2 results from an estimated 2 matches for "21c3d56c".
2020 Jun 18
3
FileCheck
...too much (e.g. MIR tests print a giant block of function information in the prolog). There needs to be a stricter line count clamping of some kind
-Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200618/21c3d56c/attachment.html>
2020 Jun 18
3
FileCheck
As for the ordering issue... from the command line, I tend to set verbosity
high, and so I pipe to a pager and search for "error:". I prefer errors
before the input dump then. My point is that it should be configurable if
we change the default ordering.
Joel
On Thu, Jun 18, 2020 at 1:13 PM Joel E. Denny <jdenny.ornl at gmail.com> wrote:
> Thanks for bringing this discussion