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