Re: [Mesa-dev] [PATCH] gallivm: fix build with LLVM 3.0svn

2011-09-15 Thread Brian Paul
On 09/14/2011 06:39 PM, Tobias Droste wrote: LLVM 3.0svn added SubtargetInfo as additional parameter to createMCDisassembler() and createMCInstPrinter(). See revision 139237 of LLVM. Signed-off-by: Tobias Droste Pushed. Thanks. -Brian ___ mesa-dev

[Mesa-dev] [PATCH] gallivm: fix build with LLVM 3.0svn

2011-09-14 Thread Tobias Droste
LLVM 3.0svn added SubtargetInfo as additional parameter to createMCDisassembler() and createMCInstPrinter(). See revision 139237 of LLVM. Signed-off-by: Tobias Droste --- src/gallium/auxiliary/gallivm/lp_bld_debug.cpp | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --

Re: [Mesa-dev] [PATCH] gallivm: fix build with LLVM 3.0svn

2011-09-05 Thread Jose Fonseca
The /* HAVE_LLVM .. */ comments were inverted. I fixed them and pushed. Thanks. Also thanks to Johannes Obermayr which submited a similar patch later. Jose - Original Message - > LLVM 3.0svn moved TargetRegistry.h and TargetSelect.h. > See revision 138450 of LLVM. > > Signed-off-by: T

[Mesa-dev] [PATCH] gallivm: fix build with LLVM 3.0svn

2011-09-03 Thread Tobias Droste
LLVM 3.0svn moved TargetRegistry.h and TargetSelect.h. See revision 138450 of LLVM. Signed-off-by: Tobias Droste --- src/gallium/auxiliary/gallivm/lp_bld_debug.cpp | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp