Re: [Mesa-dev] [PATCH] gallivm: Remove llvm::DisablePrettyStackTrace for LLVM >= 3.4.

2013-11-04 Thread Brian Paul
On 11/03/2013 09:35 PM, Vinson Lee wrote: LLVM 3.4 r193971 removed llvm::DisablePrettyStackTrace and made the pretty stack trace opt-in rather than opt-out. Signed-off-by: Vinson Lee --- src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/g

Re: [Mesa-dev] [PATCH] gallivm: Remove llvm::DisablePrettyStackTrace for LLVM >= 3.4.

2013-11-04 Thread Alex Deucher
On Mon, Nov 4, 2013 at 9:41 AM, Tom Stellard wrote: > On Sun, Nov 03, 2013 at 08:35:47PM -0800, Vinson Lee wrote: >> LLVM 3.4 r193971 removed llvm::DisablePrettyStackTrace and made the >> pretty stack trace opt-in rather than opt-out. >> > > Could you add a comment explaining that the default valu

Re: [Mesa-dev] [PATCH] gallivm: Remove llvm::DisablePrettyStackTrace for LLVM >= 3.4.

2013-11-04 Thread Tom Stellard
On Sun, Nov 03, 2013 at 08:35:47PM -0800, Vinson Lee wrote: > LLVM 3.4 r193971 removed llvm::DisablePrettyStackTrace and made the > pretty stack trace opt-in rather than opt-out. > Could you add a comment explaining that the default value of DisablePrettyStackTrace has changed to true in LLVM 3.4

[Mesa-dev] [PATCH] gallivm: Remove llvm::DisablePrettyStackTrace for LLVM >= 3.4.

2013-11-03 Thread Vinson Lee
LLVM 3.4 r193971 removed llvm::DisablePrettyStackTrace and made the pretty stack trace opt-in rather than opt-out. Signed-off-by: Vinson Lee --- src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp b/sr