summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2016-02-10 21:48:59 +0100
committerMarek Olšák <marek.olsak@amd.com>2016-02-11 16:48:30 +0100
commit100796c15c3a1467d03abc424e6f1494da02f376 (patch)
tree698df9371f85bd76a7fb985199b1c04caed97f29 /configure.ac
parent3dc1cb0cc7605a2f3128311f5a6052f740fc7b0d (diff)
downloadexternal_mesa3d-100796c15c3a1467d03abc424e6f1494da02f376.zip
external_mesa3d-100796c15c3a1467d03abc424e6f1494da02f376.tar.gz
external_mesa3d-100796c15c3a1467d03abc424e6f1494da02f376.tar.bz2
gallium/radeon: drop support for LLVM 3.5
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com> v2: adjust the comment in the amdgpu winsys
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 b05f33d..57fdde3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2186,7 +2186,7 @@ radeon_llvm_check() {
if test "x$enable_gallium_llvm" != "xyes"; then
AC_MSG_ERROR([--enable-gallium-llvm is required when building $1])
fi
- llvm_check_version_for "3" "5" "0" $1
+ llvm_check_version_for "3" "6" "0" $1
if test true && $LLVM_CONFIG --targets-built | grep -iqvw $amdgpu_llvm_target_name ; then
AC_MSG_ERROR([LLVM $amdgpu_llvm_target_name not enabled in your LLVM build.])
fi