================ @@ -250,6 +250,9 @@ def delete_module_cache(path): if is_configured("dsymutil"): dotest_cmd += ["--dsymutil", config.dsymutil] +if is_configured("make"): + dotest_cmd += ["--make", config.make] + ---------------- weliveindetail wrote:
`--make` is added if `LLDB_TEST_MAKE` is defined explicitly or `LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS=ON` https://github.com/llvm/llvm-project/pull/111531 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits