Re: [Mesa-dev] [PATCH] gallivm: fix compilation with llvm 3.5 r206241+

2014-04-16 Thread Aaron Watry
Fixes the build here as well (r600g+clover,radeonsi+clover). Code changes look ok, but I'm not super-familiar with the details and I'll let Tom's reviewed-by stand. --Aaron On Tue, Apr 15, 2014 at 8:49 PM, wrote: > From: Roland Scheidegger > > Just adjust to the ever-changing API, pass in MCC

Re: [Mesa-dev] [PATCH] gallivm: fix compilation with llvm 3.5 r206241+

2014-04-15 Thread Tom Stellard
On Wed, Apr 16, 2014 at 03:49:03AM +0200, srol...@vmware.com wrote: > From: Roland Scheidegger > Reviewed-by: Tom Stellard > Just adjust to the ever-changing API, pass in MCContext when creating the > MCDisassembler. > --- > src/gallium/auxiliary/gallivm/lp_bld_debug.cpp | 31 > ++

[Mesa-dev] [PATCH] gallivm: fix compilation with llvm 3.5 r206241+

2014-04-15 Thread sroland
From: Roland Scheidegger Just adjust to the ever-changing API, pass in MCContext when creating the MCDisassembler. --- src/gallium/auxiliary/gallivm/lp_bld_debug.cpp | 31 +++- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/src/gallium/auxiliary/gallivm/lp_