Displaying 2 results from an estimated 2 matches for "8a116a72".
2018 Apr 02
0
[RFC] [lit] Report line numbers for failed RUN commands
..._________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180402/8a116a72/attachment.html>
2018 Apr 02
2
[RFC] [lit] Report line numbers for failed RUN commands
When some lit tests fail, I find it time-consuming to locate the source
line of the failing RUN command. Running lit with -vv (or just -v in the
case of the internal shell) makes it easier because it prints an expanded
version of each RUN command as it executes, but it can still be challenging
because lit doesn't provide the RUN command's source line number.
While I haven't