[Lldb-commits] [lldb] [lldb] Fixed unresolved test lldb-api python_api/debugger/TestDebuggerAPI.py on x86_64 host (PR #90580)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri May 3 00:22:21 PDT 2024


labath wrote:

FWIW, I agree with @bulbazord. If the user specifies an explicit platform in the CreateTarget function, that platform should really take precedence over anything else.
(If it were up to me, I would not even attempt matching other platforms in this case (and just refuse to create the target if the provided platform does not work), but that might be going too far in terms of changing existing behavior).

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


More information about the lldb-commits mailing list