[PATCH] D142283: [Support] Make llvm-symbolizer runs for stack traces work on Apple platforms
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 30 11:08:28 PST 2023
dblaikie added a comment.
Huh, this seems like an unfortunate workaround/thing to have to implement.
When run on the command line/directly, is `llvm-symbolizer` unable to find debug info for the binaries? (I guess, alternatively: why is this workaround/hint needed? and is it only needed when doing the crash symbolizing/not symbolizing from the command line? (& if so, why only then?))
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142283/new/
https://reviews.llvm.org/D142283
More information about the llvm-commits
mailing list