diff options
author | Tom Stellard <[email protected]> | 2013-02-22 19:19:14 +0100 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2013-02-28 16:01:23 -0500 |
commit | aa1c734b3ca445b5af743b9bad6a48ca7ba21f3c (patch) | |
tree | bb9b98ebe44e6fca3631b8a91ea52b58e5d1a5c3 /src/gallium/targets/opencl | |
parent | 6f1538f8b4b253ba7aa92c98997719ce3ca59451 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/gallium/targets/opencl')
-rw-r--r-- | src/gallium/targets/opencl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |