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
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
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
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