mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[semantic-arc] When compiing with -enable-sil-ownership, run the OwnershipModelEliminator right after SILGen and verify with SIL Ownership Enabled.
rdar://28685236
This commit is contained in:
@@ -694,7 +694,8 @@ public:
|
||||
|
||||
/// verify - Run the IR verifier to make sure that the SILFunction follows
|
||||
/// invariants.
|
||||
void verify(bool SingleFunction=true) const;
|
||||
void verify(bool SingleFunction = true,
|
||||
bool EnforceSILOwnership = false) const;
|
||||
|
||||
/// Pretty-print the SILFunction.
|
||||
void dump(bool Verbose) const;
|
||||
|
||||
Reference in New Issue
Block a user