Re: [Mesa-dev] [PATCH] gallivm: Fix build with LLVM 3.6

2014-12-03 Thread Jose Fonseca
On 03/12/14 04:50, Tom Stellard wrote: As of r223183 EngineBuilder::setMCJITMemoryManager() takes a unique_ptr. --- src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 5 + 1 file changed, 5 insertions(+) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp b/src/gallium/auxiliary/gall

[Mesa-dev] [PATCH] gallivm: Fix build with LLVM 3.6

2014-12-02 Thread Tom Stellard
As of r223183 EngineBuilder::setMCJITMemoryManager() takes a unique_ptr. --- src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 5 + 1 file changed, 5 insertions(+) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp index fe3c754..5c01f53

Re: [Mesa-dev] [PATCH] gallivm: Fix build with LLVM >= 3.6 r215967.

2014-08-19 Thread Michel Dänzer
On 20.08.2014 15:17, Vinson Lee wrote: > This LLVM 3.6 commit changed EngineBuilder constructor. > > commit 3f4ed32b4398eaf4fe0080d8001ba01e6c2f43c8 > Author: Rafael Espindola > Date: Tue Aug 19 04:04:25 2014 + > > Make it explicit that ExecutionEngine takes ownership of the modules. >

[Mesa-dev] [PATCH] gallivm: Fix build with LLVM >= 3.6 r215967.

2014-08-19 Thread Vinson Lee
This LLVM 3.6 commit changed EngineBuilder constructor. commit 3f4ed32b4398eaf4fe0080d8001ba01e6c2f43c8 Author: Rafael Espindola Date: Tue Aug 19 04:04:25 2014 + Make it explicit that ExecutionEngine takes ownership of the modules. git-svn-id: https://llvm.org/svn/llvm-project/llv