We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820aafa commit c29f284Copy full SHA for c29f284
test/ModuleInterface/clang-args-transitive-availability.swift
@@ -1,3 +1,4 @@
1
+// REQUIRES: rdar151740742
2
// This test ensures that the parent invocation's '-Xcc X' flags are inherited when building dependency modules
3
// RUN: %empty-directory(%t)
4
@@ -9,6 +10,8 @@
9
10
// RUN: %validate-json %t/deps.json &>/dev/null
11
// RUN: %FileCheck %s < %t/deps.json
12
13
+// REQUIRES: rdar151740686
14
+
15
import ImportsMacroSpecificClangModule
16
17
// CHECK: "directDependencies": [
@@ -51,7 +54,7 @@ import ImportsMacroSpecificClangModule
51
54
// CHECK-NEXT: "sourceFiles": [
52
55
// CHECK-DAG: "{{.*}}OnlyWithMacro.h"
53
56
// CHECK-DAG: "{{.*}}module.modulemap"
-// CHECK: ],
57
+// CHECK-NEXT: ],
58
// CHECK-NEXT: "directDependencies": [
59
// CHECK-NEXT: ],
60
// CHECK-NEXT: "linkLibraries": [
0 commit comments