[llvm-lit] The env
command without args doesn't support redirection with lit internal shell
#106627
Labels
env
command without args doesn't support redirection with lit internal shell
#106627
The lit internal shell doesn't support redirection to a temp file for
env
command without any arguments.Error message:
file with failure:
Steps to reproduce:
cmake -G Ninja -DLLVM_ENABLE_PROJECTS="clang;llvm;clang-tools-extra;lld;lldb;bolt;mlir;libclc;polly" -DLLVM_ENABLE_RUNTIMES="compiler-rt;libc;libcxx;libunwind;libcxxabi" -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -B build -S .
LIT_USE_INTERNAL_SHELL=1 LIT_FILTER="disable-symbolization.test" ninja check-llvm
The text was updated successfully, but these errors were encountered: