mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 08:08:06 +02:00
meson: improve wording of "incompatible llvm options" error
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30366>
(cherry picked from commit 5d84e6cf26)
This commit is contained in:
parent
52709709eb
commit
5eb6f6cf92
2 changed files with 3 additions and 3 deletions
|
|
@ -314,7 +314,7 @@
|
|||
"description": "meson: improve wording of \"incompatible llvm options\" error",
|
||||
"nominated": false,
|
||||
"nomination_type": 3,
|
||||
"resolution": 4,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -1835,9 +1835,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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue