We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ab48b commit 6854dccCopy full SHA for 6854dcc
clang/lib/CIR/CodeGen/CIRGenBuiltin.cpp
@@ -66,7 +66,7 @@ RValue CIRGenFunction::emitBuiltinExpr(const GlobalDecl &gd, unsigned builtinID,
66
return emitLibraryCall(*this, fd, e,
67
cgm.getBuiltinLibFunction(fd, builtinID));
68
69
- cgm.errorNYI(e->getSourceRange(), "non constant foldable builtin calls");
+ cgm.errorNYI(e->getSourceRange(), "unimplemented builtin call");
70
return getUndefRValue(e->getType());
71
}
72
0 commit comments