[Lldb-commits] [lldb] [lldb] Fix FindProcessImpl() for iOS simulators (PR #139174)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 25 09:32:03 PDT 2025
JDevlieghere wrote:
> I think the PR is close to finish, except the "how to make sure hello.cpp builds in Windows" question.
Does this test need to build on Windows? That test should only run on Darwin, so if it's properly skipped, we shouldn't even try to build the inferior. The Windows-conditional parts will be dead code.
Besides that this LGTM
https://github.com/llvm/llvm-project/pull/139174
More information about the lldb-commits
mailing list