summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Rowley <timothy.o.rowley@intel.com>2017-03-02 16:38:43 -0600
committerTim Rowley <timothy.o.rowley@intel.com>2017-03-05 07:33:49 -0600
commit08a82363ba7c281a1b3d7f6dbe6946860ee68e38 (patch)
treedd13a5b6b6ddade9e7bacf593f8e7e7d0daf231f /configure.ac
parent6f71d9adc1209795d523ebcd8007a90619d85104 (diff)
configure.ac: increase required swr llvm to 3.9.0
GS implementation uses the masked.{gather,store} intrinsics, introduced in llvm-3.9.0. swr llvm version requirement in automake and scons now match (scons already needed >= 3.9). Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
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 943bc05adcd..73bd7497b1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,7 @@ LLVM_REQUIRED_OPENCL=3.6.0
LLVM_REQUIRED_R600=3.6.0
LLVM_REQUIRED_RADEONSI=3.6.0
LLVM_REQUIRED_RADV=3.9.0
-LLVM_REQUIRED_SWR=3.6.0
+LLVM_REQUIRED_SWR=3.9.0
dnl Check for progs
AC_PROG_CPP