From aa1c734b3ca445b5af743b9bad6a48ca7ba21f3c Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 22 Feb 2013 19:19:14 +0100 Subject: 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 --- src/gallium/targets/opencl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/targets/opencl') diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am index c5c30030cad..389eecc9d93 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) -- cgit v1.2.3