Skip to content

gallivm: fix coroutines with llvm 18

Dave Airlie requested to merge airlied/mesa:gallivm-fix-llvm18-coroutines into main
gallivm: fix coroutines with llvm 18

llvm 18 added an extra parameters to coro end which should just
take a null token always for us.

Merge request reports