File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -921,6 +921,9 @@ class IRGenDebugInfoImpl : public IRGenDebugInfo {
921
921
Ty->dump (llvm::errs ());
922
922
if (Sig)
923
923
llvm::errs () << " Generic signature: " << Sig << " \n " ;
924
+ llvm::errs () << SWIFT_CRASH_BUG_REPORT_MESSAGE << " \n "
925
+ << " Pass '-Xfrontend -disable-round-trip-debug-types' to disable "
926
+ " this assertion.\n " ;
924
927
abort ();
925
928
} else if (!Reconstructed->isEqual (Ty) &&
926
929
// FIXME: Some existential types are reconstructed without
@@ -935,6 +938,9 @@ class IRGenDebugInfoImpl : public IRGenDebugInfo {
935
938
Reconstructed->dump (llvm::errs ());
936
939
if (Sig)
937
940
llvm::errs () << " Generic signature: " << Sig << " \n " ;
941
+ llvm::errs () << SWIFT_CRASH_BUG_REPORT_MESSAGE << " \n "
942
+ << " Pass '-Xfrontend -disable-round-trip-debug-types' to disable "
943
+ " this assertion.\n " ;
938
944
abort ();
939
945
}
940
946
}
You can’t perform that action at this time.
0 commit comments