From: Tom Stellard Date: Wed, 10 Oct 2012 13:55:19 +0000 (+0000) Subject: clover: Don't link against libclangRewrite X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c6b0132d1e86556cec71f673473052937d738749;p=mesa.git clover: Don't link against libclangRewrite This library does not exist in LLVM 3.2 and libOpenCL.so links fine without it on LLVM 3.1 Reviewed-by: Francisco Jerez --- diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am index 4c89e365b37..e4324f87908 100644 --- a/src/gallium/targets/opencl/Makefile.am +++ b/src/gallium/targets/opencl/Makefile.am @@ -20,7 +20,6 @@ libOpenCL_la_LIBADD = \ -lclangParse \ -lclangSema \ -lclangAnalysis \ - -lclangRewrite \ -lclangAST \ -lclangLex \ -lclangBasic \