summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/opencl
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-02-22 19:19:14 +0100
committerTom Stellard <thomas.stellard@amd.com>2013-02-28 16:01:23 -0500
commitaa1c734b3ca445b5af743b9bad6a48ca7ba21f3c (patch)
treebb9b98ebe44e6fca3631b8a91ea52b58e5d1a5c3 /src/gallium/targets/opencl
parent6f1538f8b4b253ba7aa92c98997719ce3ca59451 (diff)
downloadexternal_mesa3d-aa1c734b3ca445b5af743b9bad6a48ca7ba21f3c.zip
external_mesa3d-aa1c734b3ca445b5af743b9bad6a48ca7ba21f3c.tar.gz
external_mesa3d-aa1c734b3ca445b5af743b9bad6a48ca7ba21f3c.tar.bz2
clover: Fix build with LLVM 3.3 v2
v2: - Fix order that the clang libraries are passed to the linker to avoid missing symbol errors. Acked-by: Francisco Jerez <currojerez@riseup.net>
Diffstat (limited to 'src/gallium/targets/opencl')
-rw-r--r--src/gallium/targets/opencl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am
index c5c3003..389eecc 100644
--- a/src/gallium/targets/opencl/Makefile.am
+++ b/src/gallium/targets/opencl/Makefile.am
@@ -21,9 +21,9 @@ libOpenCL_la_LIBADD = \
-lclangSema \
-lclangAnalysis \
-lclangAST \
+ -lclangEdit \
-lclangLex \
-lclangBasic \
- -lclangEdit \
$(LLVM_LIBS)