projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da7223e
)
clover: Bump required LLVM version to 3.6.
author
Serge Martin
<edb+mesa@sigluy.net>
Tue, 17 May 2016 14:02:33 +0000
(16:02 +0200)
committer
Francisco Jerez
<currojerez@riseup.net>
Tue, 12 Jul 2016 03:19:14 +0000
(20:19 -0700)
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Tested-by: Jan Vesely <jan.vesely@rutgers.edu>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 367e9b59c2cde0c2da9f519ca7249d2ca9260f3f..a4074ed8502c0f54242609f6a3f97e9d5e258b95 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2183,7
+2183,7
@@
if test "x$enable_gallium_llvm" = xyes; then
LLVM_COMPONENTS="engine bitwriter mcjit mcdisassembler"
if test "x$enable_opencl" = xyes; then
- llvm_check_version_for "3" "
5
" "0" "opencl"
+ llvm_check_version_for "3" "
6
" "0" "opencl"
LLVM_COMPONENTS="${LLVM_COMPONENTS} all-targets ipo linker instrumentation"
LLVM_COMPONENTS="${LLVM_COMPONENTS} irreader option objcarcopts profiledata"