-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[llvm-lit] No such file or directory error in lldb tests with lit internal shell #102696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
@llvm/issue-subscribers-lldb Author: Connie (connieyzhu)
Running the `lldb` and `compiler-rt` tests using the lit internal shell with the following commands gives the following errors:
`LIT_USE_INTERNAL_SHELL=1 ninja check-lldb`
There are 13 other tests in Steps to Reproduce:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running the
lldb
tests using the lit internal shell with the following commands gives the following errors:LIT_USE_INTERNAL_SHELL=1 ninja check-lldb
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 ninja check-lldb
The text was updated successfully, but these errors were encountered: