diff options
author | Joel E. Denny <26551020+jdenny-ornl@users.noreply.github.com> | 2023-09-05 10:48:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 10:48:18 -0400 |
commit | 19b44c2bdf1726acd380f76d26673a27ecf826ba (patch) | |
tree | 5ded76e8ee9d32c1b73b2f6a493a0460d65a918e /clang/unittests/Interpreter/InterpreterTest.cpp | |
parent | 165e24aa2a889774c7842db6791a8aa85bf383c1 (diff) | |
download | llvm-19b44c2bdf1726acd380f76d26673a27ecf826ba.zip llvm-19b44c2bdf1726acd380f76d26673a27ecf826ba.tar.gz llvm-19b44c2bdf1726acd380f76d26673a27ecf826ba.tar.bz2 |
[lit] Echo full RUN lines in case of external shells (#65267)
Before <https://reviews.llvm.org/D154984> and
<https://reviews.llvm.org/D156954>, lit reported full RUN lines in a
`Script:` section. Now, in the case of lit's internal shell, it's the
execution trace that includes them. However, if lit is configured to use
an external shell (e.g., bash, windows `cmd`), they aren't reported at
all.
A fix was requested at the following:
* <https://reviews.llvm.org/D154984#4627605>
*
<https://discourse.llvm.org/t/rfc-improving-lits-debug-output/72839/35?u=jdenny-ornl>
This patch does not correctly address the case when the external shell
is windows `cmd`. As discussed at
<https://github.com/llvm/llvm-project/pull/65242>, it's not clear
whether that's a use case that people still care about, and it seems to
be generally broken anyway.
Diffstat (limited to 'clang/unittests/Interpreter/InterpreterTest.cpp')
0 files changed, 0 insertions, 0 deletions