Re: [cfe-users] Crash reporting for inline functions

2018-03-30 Thread Adrian Prantl via cfe-users
> On Mar 30, 2018, at 4:34 PM, Duncan P. N. Exon Smith > wrote: > > +Adrian > > I suspect the crash reporters are giving you results based solely on the > symbol table. The dSYM has extra information from the debug info so it can > fill in the gaps. Perhaps the crash reporters aren't usin

Re: [cfe-users] Syncing up clang and clang-tools-extra with llvm for git

2018-03-12 Thread Adrian Prantl via cfe-users
The --update option is meant to be used to rebuild the accelerator tables in an existing .dSYM. Can you share the crash log for when dsymutil fails? -- adrian > On Mar 12, 2018, at 8:16 AM, David Blaikie wrote: > > +Adrian for questions about dsymutil. > > Though I'm not quite sure how the su