Re: [Mesa-dev] [PATCH] clover: Don't link against libclangRewrite

2012-10-10 Thread Francisco Jerez
Tom Stellard writes: > From: Tom Stellard > > This library does not exist in LLVM 3.2 and libOpenCL.so links fine > without it on LLVM 3.1 Reviewed-by: Francisco Jerez > --- > src/gallium/targets/opencl/Makefile.am | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/src/gallium/targets/o

[Mesa-dev] [PATCH] clover: Don't link against libclangRewrite

2012-10-10 Thread Tom Stellard
From: Tom Stellard This library does not exist in LLVM 3.2 and libOpenCL.so links fine without it on LLVM 3.1 --- src/gallium/targets/opencl/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am index 4c89e