File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -278,13 +278,6 @@ static llvm::Error resolveExplicitModuleInputs(
278278 commandLine.push_back (" -Xcc" );
279279 commandLine.push_back (" -fmodule-file=" + depModuleID.ModuleName + " =" +
280280 clangDepDetails->mappedPCMPath );
281- if (!instance.getInvocation ()
282- .getClangImporterOptions ()
283- .UseClangIncludeTree ) {
284- commandLine.push_back (" -Xcc" );
285- commandLine.push_back (" -fmodule-map-file=" +
286- remapPath (clangDepDetails->moduleMapFile ));
287- }
288281 }
289282 if (!clangDepDetails->moduleCacheKey .empty ()) {
290283 commandLine.push_back (" -Xcc" );
Original file line number Diff line number Diff line change @@ -51,5 +51,5 @@ import F
5151// CHECK-NEXT: "{{.*}}{{/|\\}}F-{{.*}}.swiftmodule"
5252// CHECK-DAG: "-swift-module-file=Swift={{.*}}{{/|\\}}Swift-{{.*}}.swiftmodule"
5353// CHECK-DAG: "-swift-module-file=SwiftOnoneSupport={{.*}}{{/|\\}}SwiftOnoneSupport-{{.*}}.swiftmodule"
54- // CHECK-DAG: "-fmodule-file=F={{.*}}{{/|\\}}F-{{.*}}.pcm",
55- // CHECK-DAG: "-fmodule-file=SwiftShims={{.*}}{{/|\\}}SwiftShims-{{.*}}.pcm",
54+ // CHECK-DAG: "-fmodule-file=F={{.*}}{{/|\\}}F-{{.*}}.pcm"
55+ // CHECK-DAG: "-fmodule-file=SwiftShims={{.*}}{{/|\\}}SwiftShims-{{.*}}.pcm"
You can’t perform that action at this time.
0 commit comments