https://bugs.freedesktop.org/show_bug.cgi?id=41791
José Fonseca <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected]. |[email protected] |org | CC| |[email protected] --- Comment #10 from José Fonseca <[email protected]> 2012-03-01 00:12:47 PST --- Brian reminded me that this could be related to the LLVM 3.0's elimination of LLVMInvalidateStructLayout() A good thing to try is to replace all LLVMStructCreateNamed() calls with ordinary LLVMStructType(), as we don't use recursive types. I'll provide a patch for that later on. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
