[Lldb-commits] [lldb] [lldb][Windows] Disable macOS specific test for Windows host instead of Windows target (PR #91942)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon May 13 04:05:32 PDT 2024


labath wrote:

This doesn't sound right. The archive format is a property of the target system, not the host. It should still be possible to create these kinds of linux archives, even when running on windows hosts (and vice versa: if we're running on a linux host, then we won't be able to create windows-targeted bsd-archives -- not that anyone cares about this combination).

What was the error you were seeing? Does the Makefile contain unix-specific commands?

https://github.com/llvm/llvm-project/pull/91942


More information about the lldb-commits mailing list