amd: drop support for LLVM 12
The demote emulation can be removed, and FS_CORRECT_DERIVS_AFTER_KILL can be removed because it's always enabled on LLVM >= 13. 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,10 +1641,8 @@ if draw_with_llvm
|
||||
llvm_optional_modules += ['lto']
|
||||
endif
|
||||
|
||||
if with_intel_clc
|
||||
if with_intel_clc or with_amd_vk or with_gallium_radeonsi
|
||||
_llvm_version = '>= 13.0.0'
|
||||
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
|
||||
|
Reference in New Issue
Block a user