From: Vinson Lee Date: Thu, 5 Sep 2019 05:17:25 +0000 (-0700) Subject: meson: Add coroutines component to llvmpipe build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d286776b6ca177a5e55a9c706081a40ebbcf091;p=mesa.git meson: Add coroutines component to llvmpipe build. Fixes: d32690b43c91 ("gallivm: add coroutine pass manager support") Suggested-by: Gert Wollny Signed-off-by: Vinson Lee Reviewed-by: Dylan Baker --- diff --git a/meson.build b/meson.build index b8c19999f01..29d7981d13d 100644 --- a/meson.build +++ b/meson.build @@ -1254,6 +1254,8 @@ if with_gallium_opencl 'all-targets', 'linker', 'coverage', 'instrumentation', 'ipo', 'irreader', 'lto', 'option', 'objcarcopts', 'profiledata', ] +endif +if with_gallium_opencl or with_gallium_softpipe llvm_optional_modules += ['coroutines'] endif