From f9eb1ef870eba9fdacf9a8cbd815ec3bff81db05 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Wed, 16 May 2018 22:23:41 -0400 Subject: amd: remove support for LLVM 4.0 It doesn't support GFX9. Acked-by: Dave Airlie Acked-by: Samuel Pitoiset --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 401025bf2ef..62063c1c8a7 100644 --- a/configure.ac +++ b/configure.ac @@ -107,8 +107,8 @@ dnl LLVM versions LLVM_REQUIRED_GALLIUM=3.3.0 LLVM_REQUIRED_OPENCL=3.9.0 LLVM_REQUIRED_R600=3.9.0 -LLVM_REQUIRED_RADEONSI=4.0.0 -LLVM_REQUIRED_RADV=4.0.0 +LLVM_REQUIRED_RADEONSI=5.0.0 +LLVM_REQUIRED_RADV=5.0.0 LLVM_REQUIRED_SWR=4.0.0 dnl Check for progs -- cgit v1.2.3