projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b01bc1
)
clover: Don't link against libclangRewrite
author
Tom Stellard
<thomas.stellard@amd.com>
Wed, 10 Oct 2012 13:55:19 +0000
(13:55 +0000)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/src/gallium/targets/opencl/Makefile.am
b/src/gallium/targets/opencl/Makefile.am
index 4c89e365b3751dda6b21557cd43bb6d4a9793a80..e4324f87908255252e546722dcf64320b16f9ca5 100644
(file)
--- 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 \