[Lldb-commits] [lldb] [lldb] Add early CMake check for 'make' tool	(PR #111531)
    Stefan Gränitz via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Thu Oct 10 03:37:19 PDT 2024
    
    
  
================
@@ -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
    
    
More information about the lldb-commits
mailing list