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.
2 parents 80e1ae3 + 640e398 commit 30fa15aCopy full SHA for 30fa15a
lib/SIL/Verifier/SILOwnershipVerifier.cpp
@@ -914,6 +914,8 @@ void SILModule::verifyOwnership() const {
914
void SILFunction::verifyOwnership(DeadEndBlocks *deadEndBlocks) const {
915
if (DisableOwnershipVerification)
916
return;
917
+ if (!getModule().getOptions().VerifySILOwnership)
918
+ return;
919
920
#ifdef NDEBUG
921
// When compiling without asserts enabled, only verify ownership if
0 commit comments