[all-commits] [llvm/llvm-project] 960535: Hint how to get a symbolized stack trace if llvm-s...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Thu Sep 24 18:56:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 960535d65a927b27ff883250094492842c33ca86
https://github.com/llvm/llvm-project/commit/960535d65a927b27ff883250094492842c33ca86
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-09-25 (Fri, 25 Sep 2020)
Changed paths:
M llvm/lib/Support/Unix/Signals.inc
Log Message:
-----------
Hint how to get a symbolized stack trace if llvm-symbolizer is not found on crashes
Most users of LLVM tools hit the raw traces and don't know how to get LLVM to
symbolize automatically for them.
When we print the non-symbolized stack trace, we will add information about
how to get it symbolized.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D88269
More information about the All-commits
mailing list