From: Serge Martin Date: Tue, 17 May 2016 14:02:33 +0000 (+0200) Subject: clover: Bump required LLVM version to 3.6. X-Git-Tag: upstream/17.1.0~8172 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8624888d6f015439b3d73ec5eb9a7d5e82c65282;p=platform%2Fupstream%2Fmesa.git clover: Bump required LLVM version to 3.6. Reviewed-by: Francisco Jerez Tested-by: Jan Vesely --- 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"