mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Merge pull request #73275 from nate-chandler/lifetime-completion/enable"
This reverts commit840198ec9b, reversing changes made tob74303c214.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user