clover: Don't link against libclangRewrite
authorTom Stellard <thomas.stellard@amd.com>
Wed, 10 Oct 2012 13:55:19 +0000 (13:55 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 11 Oct 2012 21:32:36 +0000 (21:32 +0000)
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@riseup.net>
src/gallium/targets/opencl/Makefile.am

index 4c89e365b3751dda6b21557cd43bb6d4a9793a80..e4324f87908255252e546722dcf64320b16f9ca5 100644 (file)
@@ -20,7 +20,6 @@ libOpenCL_la_LIBADD = \
        -lclangParse \
        -lclangSema \
        -lclangAnalysis \
-       -lclangRewrite \
        -lclangAST \
        -lclangLex \
        -lclangBasic \