OSDN Git Service

Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enable pretty
authorFilip Pizlo <fpizlo@apple.com>
Mon, 4 Nov 2013 02:22:25 +0000 (02:22 +0000)
committerFilip Pizlo <fpizlo@apple.com>
Mon, 4 Nov 2013 02:22:25 +0000 (02:22 +0000)
commitfa0da86a59c502bfbfa01d3d5f694f18f6e8a717
tree770dbb27d0618c91eca701bde217d71e3dd33e64
parent4ebe64ae7ec729b29964b355face33af0c4ce424
Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enable pretty
stack traces by default if you use PrettyStackTraceProgram, so that existing LLVM-based
tools will continue to get it without any changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193971 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Core.h
include/llvm/Support/PrettyStackTrace.h
lib/Support/PrettyStackTrace.cpp