https://github.com/JDevlieghere commented:

I like the idea of looking for Make at configuration time. However, I think if 
we go that route, we should pass make as an explicit argument to `dotest.py`:

 - We do for other tools that we find at configuration time (such as 
`dsymutil`).
 - It eliminates the possibility of `dotest.py` finding a different `make` than 
CMake. 

Looking at `dotest.py`, it already supports `--make` so hopefully this is 
trivial to hook up. 

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

Reply via email to