meson: remove unused -DLLVM_AVAILABLE

Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36545>
This commit is contained in:
Marek Olšák 2025-08-03 23:54:06 -04:00 committed by Marge Bot
parent b8b38d38b1
commit d1cd3ef6cb

View file

@ -1815,7 +1815,6 @@ else
draw_with_llvm = false
endif
amd_with_llvm = amd_with_llvm and dep_llvm.found()
pre_args += '-DLLVM_AVAILABLE=@0@'.format(dep_llvm.found().to_int())
pre_args += '-DDRAW_LLVM_AVAILABLE=@0@'.format(draw_with_llvm.to_int())
pre_args += '-DAMD_LLVM_AVAILABLE=@0@'.format(amd_with_llvm.to_int())
pre_args += '-DGALLIVM_USE_ORCJIT=@0@'.format((dep_llvm.found() and llvm_with_orcjit).to_int())