[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
Wed Nov 27 00:42:15 PST 2019
lhames added a comment.
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.
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