Skip to content

Commit 43b5874

Browse files
committed
all NYI with builtin name
1 parent 07f2abf commit 43b5874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenBuiltin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1966,7 +1966,7 @@ RValue CIRGenFunction::buildBuiltinExpr(const GlobalDecl GD, unsigned BuiltinID,
19661966
case Builtin::BI__builtin_coro_end:
19671967
case Builtin::BI__builtin_coro_suspend:
19681968
case Builtin::BI__builtin_coro_align:
1969-
llvm_unreachable("NYI");
1969+
llvm_unreachable("BI__builtin_coro_id like NYI");
19701970

19711971
case Builtin::BI__builtin_coro_frame: {
19721972
return buildCoroutineFrame();

0 commit comments

Comments
 (0)