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:
@@ -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'
|
||||
|
Reference in New Issue
Block a user