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

2022-10-10 Thread James Henderson via Phabricator via cfe-commits
jhenderson added inline comments. Comment at: llvm/utils/lit/tests/Inputs/shtest-stdin/print-stdin.py:6 +print(sys.stdin.read()) \ No newline at end of file Nit: add newline at EOF. Comment at: llvm/utils/lit/tests/shtest-stdin.py:28 +# CHECK-

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

2022-10-04 Thread Christian Sigg via Phabricator via cfe-commits
csigg updated this revision to Diff 465096. csigg added a comment. Herald added a reviewer: jdoerfert. Herald added subscribers: cfe-commits, sstefan1. Herald added a project: clang. Fix clang tests that relied on empty input or accidentally did not provide the input in the RUN directive. Repos