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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user