Re: [Mesa-dev] [PATCH] swr/rast: Fix llvm5 behavior

2018-01-19 Thread Cherniak, Bruce
Reviewed-by: Bruce Cherniak > On Jan 19, 2018, at 5:03 PM, George Kyriazis > wrote: > > For some reason llvm5 is picky about accepting a void * type in the > case of building an argument list. > > Since we don't care about the type (we

[Mesa-dev] [PATCH] swr/rast: Fix llvm5 behavior

2018-01-19 Thread George Kyriazis
For some reason llvm5 is picky about accepting a void * type in the case of building an argument list. Since we don't care about the type (we ignore the argument for now), pick another pointer type --- src/gallium/drivers/swr/rasterizer/jitter/JitManager.cpp | 3 ++- 1 file changed, 2