[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
Wed Nov 27 11:23:25 PST 2019


hintonda added a comment.

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

> In D70628#1758031 <https://reviews.llvm.org/D70628#1758031>, @hintonda wrote:
>
> > Just a standard llvm Debug build.  Is there an cmake option I'm missing?
>
>
> I'm not sure whether there is a cmake option to generate dSYMs yet -- you'll have to run dsymutil on whatever tool you're testing with.
>
> I think the best long term solution to this problem is to teach llvm-symbolize how to cope with debug info in objects, rather than requiring a dSYM. An intermediate step (possibly generically useful) would be to add an option to llvm-symbolize to run llvm-dsymutil if there's no dSYM available.


I suppose that might be useful for individuals, but I don't think it would be a good idea for the bots, which is my primary target.


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