diff options
author | Serge Martin <[email protected]> | 2016-05-17 16:02:33 +0200 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2016-07-11 20:19:14 -0700 |
commit | 8624888d6f015439b3d73ec5eb9a7d5e82c65282 (patch) | |
tree | c5da3d047e298d9afa39b71ea60866ecc44607a2 /configure.ac | |
parent | da7223ebdc82609a112aae24003bbdc154c170bf (diff) |
clover: Bump required LLVM version to 3.6.
Reviewed-by: Francisco Jerez <[email protected]>
Tested-by: Jan Vesely <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 367e9b59c2c..a4074ed8502 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" |