================
@@ -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:
Changed in follow-up patch
https://github.com/llvm/llvm-project/pull/111531/commits/3f6b93d932d9755c668d31b9c75c152bb3599bbe
We now always detect `make`.
https://github.com/llvm/llvm-project/pull/111531
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits