================ @@ -148,6 +148,16 @@ else endif endif +#---------------------------------------------------------------------- +# Use LLD when cross compiling on Darwin. +#---------------------------------------------------------------------- +ifeq "$(HOST_OS)" "Darwin" + ifneq (,$(filter $(OS), FreeBSD Linux NetBSD Windows_NT)) ---------------- jasonmolenda wrote:
$(OS) is checked against "Android" in other places, I'd add that too. https://github.com/llvm/llvm-project/pull/151403 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits