From c6b0132d1e86556cec71f673473052937d738749 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 10 Oct 2012 13:55:19 +0000 Subject: [PATCH] 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 --- 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 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 \ -- 2.30.2