[Lldb-commits] [lldb] [lldb] Don't create instance of `SymbolFileDWARFDebugMap` for non-Mach-O files (PR #139170)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 5 20:52:28 PDT 2025
royitaqi wrote:
You are right, `lldb/test/Shell/Breakpoint/case-sensitive.test` failed on my arm64 macOS, too. So what I did must be that I tested before switching to using `isAppleMachO()`, then never tested it again until rebased on top of #142704.
Thank you for catching this and the revert. My bad (mistakenly thought the patch is independent).
https://github.com/llvm/llvm-project/pull/139170
More information about the lldb-commits
mailing list