[Lldb-commits] [libcxx] [lldb] [lldb][CMake] Add single target that runs libc++ tests (PR #110856)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 4 01:30:42 PDT 2024


Michael137 wrote:

Hmm getting
```
Exit Code: 255

Command Output (stderr):
--
ERROR:root:"/home/runner/_work/llvm-project/llvm-project/build/bootstrapping-build/./bin/clang" is not a valid compiler executable; aborting...
```
In the `[stage3 (bootstrapping-build, libcxx-runners-8-set)](https://github.com/llvm/llvm-project/pull/110856#logs)` bot. The clang executable doesn't seem to exist. Looks like we're trying to run the tests before the clang build happened?

https://github.com/llvm/llvm-project/pull/110856


More information about the lldb-commits mailing list