Frontend: Remove -delayed-function-body-parsing flag

This commit is contained in:
Slava Pestov
2017-11-18 11:31:19 -05:00
parent 957427fbfc
commit 076d5ee242
5 changed files with 1 additions and 18 deletions

View File

@@ -366,10 +366,6 @@ public:
/// Trace changes to stats to files in StatsOutputDir.
bool TraceStats = false;
/// Indicates whether function body parsing should be delayed
/// until the end of all files.
bool DelayedFunctionBodyParsing = false;
/// If true, serialization encodes an extra lookup table for use in module-
/// merging when emitting partial modules (the per-file modules in a non-WMO
/// build).