jasonmolenda wrote: Ultimately I expect ``` // Don't create a debug map if the object file isn't a Mach-O. if (!objfile_sp->GetArchitecture().GetTriple().isAppleMachO()) ```
was not succeeding for this binary. I didn't debug what was special about this binary; the compile command in the shell test is doing `%build %p/Inputs/case-sensitive.c --nodefaultlib -o %t` and looking at the built binary in my checkout, it links against no libraries and has no LC_BUILD load command. https://github.com/llvm/llvm-project/pull/139170 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits