File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/master-rebranch/lib/Frontend Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1701,7 +1701,7 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-12-19-a: 550bd4128211e1135c31ab186d2a9
1701
1701
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-12-20-a: f3e865a19683d7e9664718c41e4e956686efb1b3
1702
1702
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-12-21-a: 0852188b163c7ebd7054379e729cedc41c361f95
1703
1703
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-12-22-a: 4832e0c5e8723b7b4a2c626ac6a8a523576f1317
1704
- refs/heads/master-rebranch: 24a054cc59649d0139419751bdc98914924357f0
1704
+ refs/heads/master-rebranch: c0c976355c4c2aa05cc12eb531a1eac6de9320aa
1705
1705
refs/heads/revert-29064-handle-csdiag-coerce-diagnostics: 69656f1629e2cde21bb7f44179c535c1f3ad5dfd
1706
1706
refs/heads/swift-5.1-DEVELOPMENT-SNAPSHOT-2018-11-16-a: 51fe19105062bb86b997c7698bb3f83ffc536d2c
1707
1707
refs/heads/tgmath-derivatives-wip: 00adac82d118281f701c26fe8702ecb4bbe33e82
Original file line number Diff line number Diff line change @@ -1223,7 +1223,7 @@ InterfaceSubContextDelegateImpl::InterfaceSubContextDelegateImpl(
1223
1223
// FIXME: we shouldn't need this. Remove it?
1224
1224
StringRef explictSwiftModuleMap = searchPathOpts.ExplicitSwiftModuleMap ;
1225
1225
subInvocation.getSearchPathOptions ().ExplicitSwiftModuleMap =
1226
- explictSwiftModuleMap;
1226
+ explictSwiftModuleMap. str () ;
1227
1227
if (!explictSwiftModuleMap.empty ()) {
1228
1228
GenericArgs.push_back (" -explicit-swift-module-map-file" );
1229
1229
GenericArgs.push_back (explictSwiftModuleMap);
You can’t perform that action at this time.
0 commit comments