amd: drop support for LLVM 11

Reviewed-by: Qiang Yu <yuq825@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23471>
This commit is contained in:
Marek Olšák
2023-06-06 10:47:03 -04:00
committed by Marge Bot
parent 7761e93c8c
commit 4c8cc26fd8
6 changed files with 9 additions and 17 deletions

View File

@@ -1643,7 +1643,9 @@ endif
if with_intel_clc
_llvm_version = '>= 13.0.0'
elif with_amd_vk or with_gallium_radeonsi or with_gallium_opencl
elif with_amd_vk or with_gallium_radeonsi
_llvm_version = '>= 12.0.0'
elif with_gallium_opencl
_llvm_version = '>= 11.0.0'
elif with_clc
_llvm_version = '>= 10.0.0'