Makes the swift-based closure-spec pass an experimental frontend feature

This commit is contained in:
Kshitij
2024-04-02 08:39:23 -07:00
parent c8375c06ae
commit fd609846ae
9 changed files with 59 additions and 10 deletions

View File

@@ -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;
}