mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
meson.build: remove dead code
This is already inside an `if with_clc`, so there was no case where _llvmspirvlib_min_version was set to >= 8.0.1.3. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37635>
This commit is contained in:
parent
2732837591
commit
14759757dd
1 changed files with 1 additions and 8 deletions
|
|
@ -1835,14 +1835,7 @@ if with_clc
|
|||
# Require an SPIRV-LLVM-Translator version compatible with the chosen LLVM
|
||||
# one.
|
||||
|
||||
# This first version check is still needed as maybe LLVM 8.0 was picked but
|
||||
# we do not want to accept SPIRV-LLVM-Translator 8.0.0.1 as that version
|
||||
# does not have the required API and those are only available starting from
|
||||
# 8.0.1.3.
|
||||
_llvmspirvlib_min_version = '>= 8.0.1.3'
|
||||
if with_clc
|
||||
_llvmspirvlib_min_version = '>= 15.0.0.0'
|
||||
endif
|
||||
_llvmspirvlib_min_version = '>= 15.0.0.0'
|
||||
|
||||
_llvmspirvlib_version = [
|
||||
_llvmspirvlib_min_version,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue