OSDN Git Service

Daniel wanted the stack printed upside down. Perhaps he
authorChris Lattner <sabre@nondot.org>
Thu, 5 Mar 2009 07:03:49 +0000 (07:03 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 5 Mar 2009 07:03:49 +0000 (07:03 +0000)
commitd56786f79a00fd47a805a17276853ffd9dc4e921
treefee22133622ca3a24e5612610b454d4b4afe3650
parentfcba7cd630f0d974ae5ade4c1e74d6fc55e8764e
Daniel wanted the stack printed upside down.  Perhaps he
feels a kinship to machine stacks that grow down.  Now we get
stuff like this:

Stack dump:
0. Program arguments: clang clang_crash_Iw2Osj.mi
1. /Developer/SDKs/MacOSX10.5.sdk/usr/lib/gcc/i686-apple-darwin9/4.0.1/include/xmmintrin.h:624:1: parsing function body '_mm_cvtpi16_ps'
2. /Developer/SDKs/MacOSX10.5.sdk/usr/lib/gcc/i686-apple-darwin9/4.0.1/include/xmmintrin.h:624:1: in compound statement ('{}')
Abort

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