Mesa (master): clover: Don't link against libclangRewrite

Tom Stellard tstellar at kemper.freedesktop.org
Thu Oct 11 21:37:10 UTC 2012


Module: Mesa
Branch: master
Commit: c6b0132d1e86556cec71f673473052937d738749
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6b0132d1e86556cec71f673473052937d738749

Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Wed Oct 10 13:55:19 2012 +0000

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 <currojerez at riseup.net>

---

 src/gallium/targets/opencl/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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 \




More information about the mesa-commit mailing list