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 4a349f9 commit 9760533Copy full SHA for 9760533
lib/SIL/IR/SILModule.cpp
@@ -167,6 +167,8 @@ void SILModule::checkForLeaks() const {
167
}
168
169
void SILModule::checkForLeaksAfterDestruction() {
170
+// Disabled in release (non-assert) builds because this check fails in rare
171
+// cases in lldb, causing crashes. rdar://70826934
172
#ifndef NDEBUG
173
int numAllocated = SILInstruction::getNumCreatedInstructions() -
174
SILInstruction::getNumDeletedInstructions();
0 commit comments