Skip to content

meson: Always add LLVM coroutines module.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:coroutines-fix into master

It gets used by the gallium auxiliary draw module, which gets used pretty much always when LLVM is used as JIT.

At the same time most builds don't hit the issue here because the shared library of LLVM contains all modules.

Fixes: d32690b4 ("gallivm: add coroutine pass manager support") Closes: #951 (closed)

Merge request reports