[Lldb-commits] [lldb] [lldb] Fix `ObjectFileMachO` object format when missing version load commands (PR #144177)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 16 10:30:09 PDT 2025


https://github.com/clayborg commented:

We really should get the object file format correct from a triple extracted from a LLDB ObjectFile at all times. In the mach-o parser we know it is a mach-o file, so we really should always set this IMHO to be as correct as possible and possibly fix the LLDB tests that fail due to the extra mach-o or make these tests not look for a complete triple that includes the mach-o extension. How many tests are we talking about?

@JDevlieghere @jimingham thoughts?

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


More information about the lldb-commits mailing list