Open
Description
opened on Mar 17, 2023
Currently, bootstrap/compiletest use a system debugger (like gdb or lldb) for debuginfo tests. People have very different setups and sometimes their system debugger simply doesn't work for the tests.
We shouldn't be using random system tools for the test suite unless we know that they work.
The debuginfo tests should just always download and use one that works. This needs some figuring out what the right one for that would be and where to get it from (do we have LLDB builds in our CI?).
Activity