[Mesa-dev] [PATCH] clover: Don't link against libclangRewrite
Tom Stellard
tom at stellard.net
Wed Oct 10 07:14:23 PDT 2012
From: Tom Stellard <thomas.stellard at amd.com>
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 4c89e36..e4324f8 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 \
--
1.7.11.4
More information about the mesa-dev
mailing list