[Lldb-commits] [lldb] [lldb][test] Add --target-os argument to dotest.py (PR #93887)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 3 00:17:52 PDT 2024


labath wrote:

Agreed. The reason code is looking like it does is because at some point in (now, pretty distant) past it was possible to `cd` into the test directory, type `make` and get the test binary out. Among other problems, this has caused duplicate code for determining various properties of the build between python and make. Since we no longer support these workflow anyway, there's no reason to keep the makefile code.

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


More information about the lldb-commits mailing list