mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[ModuleInterface] Ignore SDKSettings.json in "sourceFiles"
This commit is contained in:
committed by
Artem Chikin
parent
bc94ac3342
commit
35e4fa8cf2
@@ -1,4 +1,3 @@
|
|||||||
// REQUIRES: rdar151740742
|
|
||||||
// This test ensures that the parent invocation's '-Xcc X' flags are inherited when building dependency modules
|
// This test ensures that the parent invocation's '-Xcc X' flags are inherited when building dependency modules
|
||||||
// RUN: %empty-directory(%t)
|
// RUN: %empty-directory(%t)
|
||||||
|
|
||||||
@@ -10,8 +9,6 @@
|
|||||||
// RUN: %validate-json %t/deps.json &>/dev/null
|
// RUN: %validate-json %t/deps.json &>/dev/null
|
||||||
// RUN: %FileCheck %s < %t/deps.json
|
// RUN: %FileCheck %s < %t/deps.json
|
||||||
|
|
||||||
// REQUIRES: rdar151740686
|
|
||||||
|
|
||||||
import ImportsMacroSpecificClangModule
|
import ImportsMacroSpecificClangModule
|
||||||
|
|
||||||
// CHECK: "directDependencies": [
|
// CHECK: "directDependencies": [
|
||||||
@@ -54,7 +51,7 @@ import ImportsMacroSpecificClangModule
|
|||||||
// CHECK-NEXT: "sourceFiles": [
|
// CHECK-NEXT: "sourceFiles": [
|
||||||
// CHECK-DAG: "{{.*}}OnlyWithMacro.h"
|
// CHECK-DAG: "{{.*}}OnlyWithMacro.h"
|
||||||
// CHECK-DAG: "{{.*}}module.modulemap"
|
// CHECK-DAG: "{{.*}}module.modulemap"
|
||||||
// CHECK-NEXT: ],
|
// CHECK: ],
|
||||||
// CHECK-NEXT: "directDependencies": [
|
// CHECK-NEXT: "directDependencies": [
|
||||||
// CHECK-NEXT: ],
|
// CHECK-NEXT: ],
|
||||||
// CHECK-NEXT: "linkLibraries": [
|
// CHECK-NEXT: "linkLibraries": [
|
||||||
|
|||||||
Reference in New Issue
Block a user