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