Skip to content

Commit 92c7c20

Browse files
committed
Update NYI error message
1 parent c603785 commit 92c7c20

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
@@ -66,7 +66,7 @@ RValue CIRGenFunction::emitBuiltinExpr(const GlobalDecl &gd, unsigned builtinID,
6666
return emitLibraryCall(*this, fd, e,
6767
cgm.getBuiltinLibFunction(fd, builtinID));
6868

69-
cgm.errorNYI(e->getSourceRange(), "non constant foldable builtin calls");
69+
cgm.errorNYI(e->getSourceRange(), "unimplemented builtin call");
7070
return getUndefRValue(e->getType());
7171
}
7272

0 commit comments

Comments
 (0)