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 ea70aea commit d8936ffCopy full SHA for d8936ff
lib/IRGen/GenProto.cpp
@@ -2538,7 +2538,9 @@ void IRGenModule::emitSILWitnessTable(SILWitnessTable *wt) {
2538
auto sig = nominal->getGenericSignatureOfContext();
2539
sig->forEachParam([&](GenericTypeParamType *param, bool canonical) {
2540
if (param->isParameterPack()) {
2541
+#ifndef NDEBUG
2542
wt->dump();
2543
+#endif
2544
llvm::report_fatal_error("use of relative protcol witness tables not supported");
2545
}});
2546
}
0 commit comments