[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 16:26:09 PDT 2025
jasonmolenda wrote:
I've reverted this commit on main for now,
```
commit f961d6a89abe5a6fb70afc043f33b2efcec77536
Author: Jason Molenda <jmolenda at apple.com>
Date: Thu Jun 5 16:23:27 2025 -0700
Revert "[lldb] Set default object format to `MachO` in `ObjectFileMachO` (#142704)"
```
Until we can find a way to set the ObjectFile correctly without adding "-macho" to each Module's triple string. TestUniversal.py failing is the specific failure caused by this change, but it's also an undesirable change to have "-macho" added to triple strings from a UI point of view.
https://github.com/llvm/llvm-project/pull/142704
More information about the lldb-commits
mailing list