meson.build: remove dead code
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

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:
Alyssa Ross 2025-09-30 15:10:17 +02:00 committed by Marge Bot
parent 2732837591
commit 14759757dd

View file

@ -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,