[PATCH] D65697: [lit] Fix internal env calling internal commands

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 13:03:08 PDT 2019


probinson added a comment.

In D65697#1638018 <https://reviews.llvm.org/D65697#1638018>, @probinson wrote:

> I found one example of redirecting diff's output (to /dev/null).


This one is in llvm/test/tools/llvm-cov/llvm-cov.test (line 91): `blah | not diff -u somefile - >/dev/null` which IMO could use `-q` and not redirect.  But if we make `diff` always be external, it doesn't matter.


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

https://reviews.llvm.org/D65697





More information about the llvm-commits mailing list