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 dd4c942 commit 30f59f5Copy full SHA for 30f59f5
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