amd: drop support for LLVM 13
We can remove the LLVM 13 Wave32 discard workaround and SI_PROFILE_IGNORE_LLVM13_DISCARD_BUG that disabled the workaround. 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:
@@ -1641,7 +1641,9 @@ if draw_with_llvm
|
||||
llvm_optional_modules += ['lto']
|
||||
endif
|
||||
|
||||
if with_intel_clc or with_amd_vk or with_gallium_radeonsi
|
||||
if with_amd_vk or with_gallium_radeonsi
|
||||
_llvm_version = '>= 14.0.0'
|
||||
elif with_intel_clc
|
||||
_llvm_version = '>= 13.0.0'
|
||||
elif with_gallium_opencl
|
||||
_llvm_version = '>= 11.0.0'
|
||||
|
Reference in New Issue
Block a user