mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "Add a flag -ignore-overlays to ignore overlays, and use it when building the standard library."
This reverts commit r16383. Swift SVN r16475
This commit is contained in:
@@ -566,7 +566,6 @@ static bool ParseClangImporterArgs(ClangImporterOptions &Opts, ArgList &Args,
|
||||
|
||||
Opts.InferImplicitProperties =
|
||||
Args.hasArg(OPT_enable_objc_implicit_properties);
|
||||
Opts.IgnoreAdapterModules = Args.hasArg(OPT_ignore_overlays);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user