Mesa (master): meson: Add coroutines component to llvmpipe build.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Sep 11 22:28:49 UTC 2019


Module: Mesa
Branch: master
Commit: 8d286776b6ca177a5e55a9c706081a40ebbcf091
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d286776b6ca177a5e55a9c706081a40ebbcf091

Author: Vinson Lee <vlee at freedesktop.org>
Date:   Wed Sep  4 22:17:25 2019 -0700

meson: Add coroutines component to llvmpipe build.

Fixes: d32690b43c91 ("gallivm: add coroutine pass manager support")
Suggested-by: Gert Wollny <gert.wollny at collabora.com>
Signed-off-by: Vinson Lee <vlee at freedesktop.org>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

---

 meson.build | 2 ++
 1 file changed, 2 insertions(+)

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
 




More information about the mesa-commit mailing list