Created attachment 115327 [details]
glxgears backtrace
Hi guys. Any 3D application will segfault when using LLVM git.
I've attached the backtrace.
Here is the commit that broke it from LLVM:
79cebfb15c5f80cc8bbc7d51da9f7827424125a is the first bad commit
commit 579cebfb15c5f80cc8bbc7d51da9f7827424125a
Author: Lang Hames <lhames@gmail.com>
Date: Fri Apr 24 19:11:51 2015 +0000
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
AsmPrinter owns the OutStreamer, so an owning pointer makes sense here.
Using a
reference for this is crufty.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235752
91177308-0d34-0410-b5e6-96231b3b80d8
Thanks,
sarnex