mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[deserialization] Deserialize transparent functions lazily iff they will be used in mandatory inlining.
Swift SVN r14490
This commit is contained in:
@@ -647,6 +647,7 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
|
||||
Opts.VerifyAll = Args.hasArg(OPT_sil_verify_all);
|
||||
Opts.PrintAll = Args.hasArg(OPT_sil_print_all);
|
||||
Opts.TimeTransforms = Args.hasArg(OPT_sil_time_transforms);
|
||||
Opts.DebugSerialization = Args.hasArg(OPT_sil_debug_serialization);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user