File tree 2 files changed +2
-9
lines changed 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(
278
278
commandLine.push_back (" -Xcc" );
279
279
commandLine.push_back (" -fmodule-file=" + depModuleID.ModuleName + " =" +
280
280
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
- }
288
281
}
289
282
if (!clangDepDetails->moduleCacheKey .empty ()) {
290
283
commandLine.push_back (" -Xcc" );
Original file line number Diff line number Diff line change @@ -51,5 +51,5 @@ import F
51
51
// CHECK-NEXT: "{{.*}}{{/|\\}}F-{{.*}}.swiftmodule"
52
52
// CHECK-DAG: "-swift-module-file=Swift={{.*}}{{/|\\}}Swift-{{.*}}.swiftmodule"
53
53
// 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