Re: MacOSX: cache losing clang/llvm debug symbols with separate compilation…
Tom Lane <[email protected]> Tue, 29 Jul 2014 10:27:48 -0400
| Newsgroups | gmane.comp.compilers.ccache,gmane.comp.compilers.clang.devel,gmane.comp.compilers.llvm.devel |
|---|---|
| Message-ID | <[email protected]> |
Christophe de Dinechin <[email protected]> writes: > Apparently, ccache loses debug symbols on Mavericks with clang/lldb. Here is a session illustrating the problem. I spent quite a bit of time figuring out that ccache was the culprit, so I thought I'd share also on the clang and LLVM mailing lists in case someone else runs into this. FWIW, ccache and lldb seem to play together nicely for me, so I guess there's some other contributing factor in your case. I'm using: OSX 10.9.4 lldb 310.2.37 (from Xcode 5.1.1) self-compiled ccache 3.1.9 regards, tom lane