mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Makes the swift-based closure-spec pass an experimental frontend feature
This commit is contained in:
@@ -2609,6 +2609,9 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
|
||||
|
||||
Opts.NoAllocations = Args.hasArg(OPT_no_allocations);
|
||||
|
||||
Opts.EnableExperimentalSwiftBasedClosureSpecialization =
|
||||
Args.hasArg(OPT_enable_experimental_swift_based_closure_specialization);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user