amd: drop support for LLVM 14

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 11:40:13 -04:00
committed by Marge Bot
parent ab5662dc61
commit 6dc1ae1759
9 changed files with 7 additions and 55 deletions

View File

@@ -1642,7 +1642,7 @@ if draw_with_llvm
endif
if with_amd_vk or with_gallium_radeonsi
_llvm_version = '>= 14.0.0'
_llvm_version = '>= 15.0.0'
elif with_intel_clc
_llvm_version = '>= 13.0.0'
elif with_gallium_opencl