We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a054c commit c0c9763Copy full SHA for c0c9763
lib/Frontend/ModuleInterfaceLoader.cpp
@@ -1223,7 +1223,7 @@ InterfaceSubContextDelegateImpl::InterfaceSubContextDelegateImpl(
1223
// FIXME: we shouldn't need this. Remove it?
1224
StringRef explictSwiftModuleMap = searchPathOpts.ExplicitSwiftModuleMap;
1225
subInvocation.getSearchPathOptions().ExplicitSwiftModuleMap =
1226
- explictSwiftModuleMap;
+ explictSwiftModuleMap.str();
1227
if (!explictSwiftModuleMap.empty()) {
1228
GenericArgs.push_back("-explicit-swift-module-map-file");
1229
GenericArgs.push_back(explictSwiftModuleMap);
0 commit comments