Keep master-next building and tested

This commit is contained in:
David Zarzycki
2020-06-09 06:05:05 -04:00
parent eb3d0ef01b
commit 4be1192904
4 changed files with 5 additions and 4 deletions

View File

@@ -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));
}