Skip to content

Commit 74d13e3

Browse files
committed
DEBUGGING
1 parent 3e06dd9 commit 74d13e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/IRGen/GenDecl.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2705,6 +2705,9 @@ Address IRGenModule::getAddrOfSILGlobalVariable(SILGlobalVariable *var,
27052705
gvar->setInitializer(llvm::Constant::getNullValue(storageTypeWithContainer));
27062706
else
27072707
gvar->setComdat(nullptr);
2708+
if (gvar->getName().equals("$sSo18CFDateFormatterRefaMf")) {
2709+
gvar->dump();
2710+
}
27082711
}
27092712
llvm::Constant *addr = gvar;
27102713
if (var->isInitializedObject() && !canMakeStaticObjectsReadOnly()) {

0 commit comments

Comments
 (0)