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>
This commit is contained in:
Tim Rowley 2017-03-02 16:38:43 -06:00
parent 6f71d9adc1
commit 08a82363ba
1 changed files with 1 additions and 1 deletions

View File

@ -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