mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 17:00:13 +01:00
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:
parent
b8b38d38b1
commit
d1cd3ef6cb
1 changed files with 0 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue