[Lldb-commits] [lldb] [llvm] [lldb] Fix object format of some mach-o files by using vendor info in `getDefaultFormat()` (PR #143633)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 13 15:55:34 PDT 2025
clayborg wrote:
> The reason is that those files don't have load commands like `LC_BUILD_VERSION` or `LC_VERSION_MIN_*`
What kind of files don't have this `LC_VERSION_MIN_*` set? That seems like the bug we should be fixing.
https://github.com/llvm/llvm-project/pull/143633
More information about the lldb-commits
mailing list