Revert "Merge pull request #73275 from nate-chandler/lifetime-completion/enable"

This reverts commit 840198ec9b, reversing
changes made to b74303c214.
This commit is contained in:
Nate Chandler
2024-07-26 07:12:45 -07:00
parent 7d65170614
commit a7c6538d4e
6 changed files with 31 additions and 318 deletions

View File

@@ -180,8 +180,8 @@ public:
/// If set to true, compile with the SIL Opaque Values enabled.
bool EnableSILOpaqueValues = false;
/// Introduce linear OSSA lifetimes after SILGen
bool OSSACompleteLifetimes = true;
/// Require linear OSSA lifetimes after SILGen
bool OSSACompleteLifetimes = false;
/// Verify linear OSSA lifetimes after SILGen
bool OSSAVerifyComplete = false;