mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add flag that allows ignoring compiler flags specified in an interface file when running a '-compile-module-from-interface' frontend action.
This commit is contained in:
@@ -111,6 +111,7 @@ ErrorOr<ModuleDependencies> ModuleDependencyScanner::scanInterfaceFile(
|
||||
moduleInterfacePath.str(),
|
||||
StringRef(),
|
||||
SourceLoc(),
|
||||
false,
|
||||
[&](ASTContext &Ctx, ModuleDecl *mainMod,
|
||||
ArrayRef<StringRef> Args,
|
||||
ArrayRef<StringRef> PCMArgs, StringRef Hash) {
|
||||
|
||||
Reference in New Issue
Block a user