[Mesa-dev] [PATCH] meson: Always include 'coroutines' in llvm optional modules

2019-09-07 Thread Mike Lothian
Without this I get build failures: error: undefined reference to 'LLVMAddCoroEarlyPass' error: undefined reference to 'LLVMAddCoroSplitPass' error: undefined reference to 'LLVMAddCoroElidePass' error: undefined reference to 'LLVMAddCoroCleanupPass' Cc: Dylan Baker Signed-off-by: Mike Lothian --

Re: [Mesa-dev] [PATCH] meson: Always include 'coroutines' in llvm optional modules

2019-09-07 Thread Eric Engestrom
There's an open MR by Vinson for that issue: https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1878 On 2019-09-07 at 15:20, Mike Lothian wrote: > Without this I get build failures: > > error: undefined reference to 'LLVMAddCoroEarlyPass' > error: undefined reference to 'LLVMAddCoroSplitPas