--- xorgbase-240312.old/mesa/mesa/meson.build +++ xorgbase-240312/mesa/mesa/meson.build @@ -1761,7 +1761,7 @@ with_amd_vk or with_gallium_radeonsi or with_gallium_opencl or with_clc or _llvm.enabled() ), - static : not _shared_llvm, + static : true, fallback : ['llvm', 'dep_llvm'], include_type : 'system', ) --- xorgbase-230219.old/mesa/mesa/src/nouveau/codegen/nv50_ir.cpp +++ xorgbase-230219/mesa/mesa/src/nouveau/codegen/nv50_ir.cpp @@ -746,7 +746,7 @@ if (!i) i = new_Instruction(pol.context(), op, dType); #if !defined(NDEBUG) && defined(__cpp_rtti) - assert(typeid(*i) == typeid(*this)); +// assert(typeid(*i) == typeid(*this)); #endif pol.set(this, i);