aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-10-10 13:55:19 +0000
committerTom Stellard <[email protected]>2012-10-11 21:32:36 +0000
commitc6b0132d1e86556cec71f673473052937d738749 (patch)
tree5ead805bd8a800adfedd0158cd600181bd8a4c67 /src/gallium/targets
parent7b01bc1e4c9675d3b7519c8743cecc09ffb4317a (diff)
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 <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/opencl/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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 \