mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add a flag -ignore-overlays to ignore overlays, and use it when building the standard library.
Fixes <rdar://problem/16603168>. This was way too much engineering effort to ban fork() and vfork(). Swift SVN r16383
This commit is contained in:
@@ -566,6 +566,7 @@ 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