[PATCH] D44598: [lit] Add line numbers for RUN commands to shell code

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 16 21:10:26 PDT 2018


jdenny created this revision.
jdenny added reviewers: zturner, hfinkel.
Herald added a subscriber: delcypher.

When reading the generated shell code, this makes it easier to locate
the RUN line that produced each command.

When debugging test failures with -vv, this makes it easier to locate
the RUN line that failed.


https://reviews.llvm.org/D44598

Files:
  utils/lit/lit/TestRunner.py
  utils/lit/tests/shtest-shell.py
  utils/lit/tests/unit/TestRunner.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44598.138807.patch
Type: text/x-patch
Size: 5053 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180317/bccc8c79/attachment.bin>


More information about the llvm-commits mailing list