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

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 23 13:04:05 PST 2019


lhames added a comment.

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.


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