forked from OSchip/llvm-project
Fix build break introduced by D115847
Because CoroEarly is also run, the `coroutine.presplit` attr should be 0.
This commit is contained in:
parent
275e7d197c
commit
c4f66632da
|
@ -13,7 +13,7 @@
|
|||
declare i8* @malloc(i64)
|
||||
declare void @print(i32)
|
||||
|
||||
define void @a() "coroutine.presplit"="1" {
|
||||
define void @a() "coroutine.presplit"="0" {
|
||||
entry:
|
||||
%ref.tmp7 = alloca %"struct.lean_future<int>::Awaiter", align 8
|
||||
%testval = alloca i32
|
||||
|
|
Loading…
Reference in New Issue