Skip to content

Commit b987e72

Browse files
committed
tmp do not merge
1 parent eca9ccc commit b987e72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/SILGen/SILGenLazyConformance.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ void SILGenModule::useConformance(ProtocolConformanceRef conformanceRef) {
2727
// If the conformance is invalid, crash deterministically even in noassert
2828
// builds.
2929
if (conformanceRef.isInvalid()) {
30+
conformanceRef.dump(llvm::errs());
3031
llvm::report_fatal_error("Invalid conformance in type-checked AST");
3132
}
3233

0 commit comments

Comments
 (0)