meson: bump the minimal required llvm version to 5.0.0

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17813>
This commit is contained in:
Yonggang Luo
2022-08-27 14:13:28 +08:00
committed by Marge Bot
parent f47ca35077
commit 1c861a18d7

View File

@@ -1728,7 +1728,7 @@ if with_amd_vk or with_gallium_radeonsi or with_gallium_opencl
elif with_clc
_llvm_version = '>= 10.0.0'
else
_llvm_version = '>= 3.9.0'
_llvm_version = '>= 5.0.0'
endif
_shared_llvm = get_option('shared-llvm')