[Lldb-commits] [lldb] [lldb][Mach-O] Don't read symbol table of specially marked binary (PR #129967)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 6 16:34:11 PST 2025


jasonmolenda wrote:

> LGTM. I think you could simplify the test even further by using C++ but on the other hand the C tests compile a little faster.
 
yeah I was going to rewrite it into slightly nicer C but then I realized there was more value in doing it exactly the same as the other test that I copied it from, so they could be both found by a simple search.

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


More information about the lldb-commits mailing list