[PATCH] D81892: [lit] Provide consistent stdout and stderr in the internal shell
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 15 16:02:56 PDT 2020
ldionne added a comment.
This is going to require a lot of fixes in Lit's own tests. I'd like to know whether we're interested to proceed this way before I go ahead and fix them.
Note that without this change, it's fairly difficult to extract precise stdout or stderr results after running a command through the internal Shell format, as explained in the commit message. That's the motivation for the change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81892/new/
https://reviews.llvm.org/D81892
More information about the llvm-commits
mailing list