https://bugs.freedesktop.org/show_bug.cgi?id=66317
Marc Dietrich marvin24@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |NOTABUG
--- Comment #2 from Marc Dietrich marvin24@gmx.de --- DRAW_USE_LLVM=0 helped, release_33 also works
wasted a week of bisecting, just to find out that I configured my llvm branch wrong (I used --enable-targets=r600). It turned out that you need at least --enable-targets=host,r600 or you will get the crash above. Maybe mesa's configure should check for "llvm-config --targets-build" or document this fact somewhere.