summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSerge Martin <edb+mesa@sigluy.net>2016-05-17 16:02:33 +0200
committerFrancisco Jerez <currojerez@riseup.net>2016-07-11 20:19:14 -0700
commit8624888d6f015439b3d73ec5eb9a7d5e82c65282 (patch)
treec5da3d047e298d9afa39b71ea60866ecc44607a2 /configure.ac
parentda7223ebdc82609a112aae24003bbdc154c170bf (diff)
downloadexternal_mesa3d-8624888d6f015439b3d73ec5eb9a7d5e82c65282.zip
external_mesa3d-8624888d6f015439b3d73ec5eb9a7d5e82c65282.tar.gz
external_mesa3d-8624888d6f015439b3d73ec5eb9a7d5e82c65282.tar.bz2
clover: Bump required LLVM version to 3.6.
Reviewed-by: Francisco Jerez <currojerez@riseup.net> Tested-by: Jan Vesely <jan.vesely@rutgers.edu>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 367e9b5..a4074ed 100644
--- 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"