meson: improve wording of "incompatible llvm options" error
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30366>
This commit is contained in:

committed by
Marge Bot

parent
77b69cdbc3
commit
5d84e6cf26
@@ -1838,9 +1838,9 @@ if with_llvm
|
||||
elif with_amd_vk and with_aco_tests
|
||||
error('ACO tests require LLVM, but LLVM is disabled.')
|
||||
elif with_swrast_vk
|
||||
error('The following drivers require LLVM: Lavapipe. One of these is enabled, but LLVM is disabled.')
|
||||
error('lavapipe requires LLVM and is enabled, but LLVM is disabled.')
|
||||
elif with_gallium_llvmpipe
|
||||
error('The following drivers require LLVM: llvmpipe. It is enabled, but LLVM is disabled.')
|
||||
error('llvmpipe requires LLVM and is enabled, but LLVM is disabled.')
|
||||
elif with_gallium_clover
|
||||
error('The OpenCL "Clover" state tracker requires LLVM, but LLVM is disabled.')
|
||||
elif with_clc
|
||||
|
Reference in New Issue
Block a user