[Lldb-commits] [lldb] [lldb] Allow tests to share a single build (PR #181720)

Dave Lee via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 16 11:19:29 PST 2026


kastiglione wrote:

Before:
```
% time dotest -p TestDWIMPrint.py
...
Ran 51 tests in 15.791s
```

After:
```
% time dotest -p TestDWIMPrint.py
...
Ran 51 tests in 4.626s
```

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


More information about the lldb-commits mailing list