[PATCH] D135067: [lit] RUN commands without stdin.

Christian Sigg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 4 02:39:16 PDT 2022


csigg added a comment.

In D135067#3830815 <https://reviews.llvm.org/D135067#3830815>, @probinson wrote:

> So what would such a tool see?  Would it get an error trying to open stdin, or something else?

A tool reading from stdin would get stdin, not an error and not an empty string (which it did before this change).

> Needs a test in lit's own test suite.

Done.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135067



More information about the llvm-commits mailing list