From: Victor Martinez Date: Tue, 12 Jan 2016 13:03:38 +0000 (+0000) Subject: mesa3d: deleted patch X-Git-Url: http://gitweb/?a=commitdiff_plain;h=0fa27c11e7461a60650f7b9d0ffd7e7a928e554f;p=ports%2Fxorg-arm.git mesa3d: deleted patch --- diff --git a/mesa3d/0196-gallivm-Update-for-RTDyldMemoryManager-becoming-an-u.patch b/mesa3d/0196-gallivm-Update-for-RTDyldMemoryManager-becoming-an-u.patch deleted file mode 100644 index 7184c06..0000000 --- a/mesa3d/0196-gallivm-Update-for-RTDyldMemoryManager-becoming-an-u.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 89f4202c6b0477eba0ec62340b8882a4a5fa6949 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= -Date: Wed, 3 Dec 2014 07:48:26 +0000 -Subject: [PATCH 196/196] gallivm: Update for RTDyldMemoryManager becoming an - unique_ptr. - -Trivial. - -Fixes https://bugs.freedesktop.org/show_bug.cgi?id=86958 ---- - src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp -index fe3c754..5210acc 100644 ---- a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp -+++ b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp -@@ -500,8 +500,12 @@ lp_build_create_jit_compiler_for_module(LLVMExecutionEngineRef *OutJIT, - MM = new ShaderMemoryManager(JMM); - *OutCode = MM->getGeneratedCode(); - -+#if HAVE_LLVM >= 0x0306 -+ builder.setMCJITMemoryManager(std::unique_ptr(MM)); -+#else - builder.setMCJITMemoryManager(MM); - #endif -+#endif - } else { - #if HAVE_LLVM < 0x0306 - BaseMemoryManager* JMM = reinterpret_cast(CMM); --- -2.2.1 -