mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Keep master-next building and tested
This commit is contained in:
@@ -1165,7 +1165,7 @@ bool InterfaceSubContextDelegateImpl::extractSwiftInterfaceVersionAndArgs(
|
||||
}
|
||||
|
||||
void InterfaceSubContextDelegateImpl::addExtraClangArg(StringRef arg) {
|
||||
subInvocation.getClangImporterOptions().ExtraArgs.push_back(arg);
|
||||
subInvocation.getClangImporterOptions().ExtraArgs.push_back(arg.str());
|
||||
GenericArgs.push_back("-Xcc");
|
||||
GenericArgs.push_back(ArgSaver.save(arg));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user