Skip to content

meson: always define {,DRAW_}LLVM_AVAILABLE one way or the other

Eric Engestrom requested to merge eric/mesa:llvm_available-always-defined into main

With the usual benefits of #if instead of #ifdef; mostly the fact that typos are now build failures instead of silently being interpreted as if 0.

Edited by Eric Engestrom

Merge request reports