[Lldb-commits] [lldb] [lldb] Support Darwin cross compilation for remote Linux test suite runs (PR #151403)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 31 10:30:18 PDT 2025
================
@@ -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
More information about the lldb-commits
mailing list