[Mesa-dev] [PATCH 01/47] clover: Bump required LLVM version to 3.6.
Francisco Jerez
currojerez at riseup.net
Mon Jul 4 00:51:10 UTC 2016
From: Serge Martin <edb+mesa at sigluy.net>
Reviewed-by: Francisco Jerez <currojerez at riseup.net>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 8321e8e..c5e1d55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2182,7 +2182,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"
--
2.9.0
More information about the mesa-dev
mailing list