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 99191a9 commit d5f50abCopy full SHA for d5f50ab
llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp
@@ -335,9 +335,7 @@ void RuntimeLibcallEmitter::emitSystemRuntimeLibrarySetCalls(
335
const RuntimeLibcallImpl *LibCallImpl = getRuntimeLibcallImpl(Elt);
336
if (!LibCallImpl) {
337
PrintError(R, "entry for SystemLibrary is not a RuntimeLibcallImpl");
338
-
339
PrintNote(Elt->getLoc(), "invalid entry `" + Elt->getName() + "`");
340
341
continue;
342
}
343
0 commit comments