[Lldb-commits] [lldb] [lldb] Set default object format to `MachO` in `ObjectFileMachO` (PR #142704)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 5 15:05:05 PDT 2025


jasonmolenda wrote:

nb this PR is causing a failure on the x86_64 macOS CI bot https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-cmake/ in TestUniversal.py where `image list -t -b` returns a triple name of `x86_64-apple-macosx10.9.0-macho` instead of `x86_64-apple-macosx10.9.0` and the API test isn't expecting that.  I don't have an opinion on where this should be fixed yet -- if there's an issue with this PR, the way the test is written, or the way image list is printing the ArchSpec for the modules.  I'm looking into it now.

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


More information about the lldb-commits mailing list