[PATCH] D70628: [Support] Enable file + line info in LLVM stack traces on Darwin.

Don Hinton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 24 09:14:41 PST 2019


hintonda added a comment.

In D70628#1757860 <https://reviews.llvm.org/D70628#1757860>, @lhames wrote:

> In D70628#1757813 <https://reviews.llvm.org/D70628#1757813>, @hintonda wrote:
>
> > This is awesome, thanks for working on it!
> >
> > I pulled down your patch and built it, but am not getting expected results.  Did I miss something?
>
>
> Did you generate a dSYM for the binary with dsymutil? Unfortunately llvm-symbolize doesn't seem to know how to symbolize directly from objects containing debug info, but I'm hoping we can eventually teach it to do that.


Just a standard llvm Debug build.  Is there an cmake option I'm missing?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70628/new/

https://reviews.llvm.org/D70628





More information about the llvm-commits mailing list