Re: [Mesa-dev] [PATCH] gallivm: Fix build with llvm-2.9

2011-03-28 Thread José Fonseca
On 03/27/2011 04:11 PM, Tobias Droste wrote: In llvm-2.9 Target->createMCInstPrinter() takes different arguments 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/auxi

Re: [Mesa-dev] [PATCH] gallivm: Fix build with llvm-2.9

2011-03-28 Thread Vinson Lee
mware@lists.freedesktop.org [mesa-dev-bounces+vlee=vmware@lists.freedesktop.org] On Behalf Of Tobias Droste [tdro...@gmx.de] Sent: Sunday, March 27, 2011 8:11 AM To: mesa-dev@lists.freedesktop.org Cc: Tobias Droste Subject: [Mesa-dev] [PATCH] gallivm: Fix build with llvm-2.9 In llvm-2.9 Target->createMCIns

[Mesa-dev] [PATCH] gallivm: Fix build with llvm-2.9

2011-03-28 Thread Tobias Droste
In llvm-2.9 Target->createMCInstPrinter() takes different arguments 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 b/src/gallium/au