Skip to content

Commit c29f284

Browse files
committed
Revert "[ModuleInterface] Ignore SDKSettings.json in "sourceFiles""
This reverts commit 35e4fa8.
1 parent 820aafa commit c29f284

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/ModuleInterface/clang-args-transitive-availability.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: rdar151740742
12
// This test ensures that the parent invocation's '-Xcc X' flags are inherited when building dependency modules
23
// RUN: %empty-directory(%t)
34

@@ -9,6 +10,8 @@
910
// RUN: %validate-json %t/deps.json &>/dev/null
1011
// RUN: %FileCheck %s < %t/deps.json
1112

13+
// REQUIRES: rdar151740686
14+
1215
import ImportsMacroSpecificClangModule
1316

1417
// CHECK: "directDependencies": [
@@ -51,7 +54,7 @@ import ImportsMacroSpecificClangModule
5154
// CHECK-NEXT: "sourceFiles": [
5255
// CHECK-DAG: "{{.*}}OnlyWithMacro.h"
5356
// CHECK-DAG: "{{.*}}module.modulemap"
54-
// CHECK: ],
57+
// CHECK-NEXT: ],
5558
// CHECK-NEXT: "directDependencies": [
5659
// CHECK-NEXT: ],
5760
// CHECK-NEXT: "linkLibraries": [

0 commit comments

Comments
 (0)