[Lldb-commits] [lldb] [llvm] [lldb] Fix object format of some mach-o files by using vendor info in `getDefaultFormat()` (PR #143633)
David Peixotto via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 11 09:51:40 PDT 2025
dmpots wrote:
> this is really an change to one of the foundational llvm classes, so you should get someone from the llvm side to review this
Tagging a few people involved in the last PR (#75469) that modified this code path: @arsenm, @MaskRay, @lhames, @dsandersllvm, @rudkx
> and also add an (llvm) test to demonstrate/test the behavior you expect.
Great call out. Looks like this would be a good place to add a test:
https://github.com/llvm/llvm-project/blob/main/llvm/unittests/TargetParser/TripleTest.cpp
https://github.com/llvm/llvm-project/pull/143633
More information about the lldb-commits
mailing list