Skip to content

Commit a5111db

Browse files
committed
more DEBUGGING
1 parent 74d13e3 commit a5111db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/IRGen/GenDecl.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5135,6 +5135,10 @@ IRGenModule::getAddrOfTypeMetadata(CanType concreteType,
51355135

51365136
if (auto *GV = dyn_cast<llvm::GlobalVariable>(addr.getValue()))
51375137
GV->setComdat(nullptr);
5138+
if (GV->getName().equals("$sSo18CFDateFormatterRefaMf")) {
5139+
GV->dump();
5140+
}
5141+
51385142

51395143
// FIXME: MC breaks when emitting alias references on some platforms
51405144
// (rdar://problem/22450593 ). Work around this by referring to the aliasee

0 commit comments

Comments
 (0)