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.
swift.layering_check_swift
1 parent 55f2e47 commit ab82044Copy full SHA for ab82044
swift/internal/features.bzl
@@ -27,6 +27,7 @@ load(
27
"SWIFT_FEATURE_ENABLE_V6",
28
"SWIFT_FEATURE_FULL_DEBUG_INFO",
29
"SWIFT_FEATURE_INTERNALIZE_AT_LINK",
30
+ "SWIFT_FEATURE_LAYERING_CHECK_SWIFT",
31
"SWIFT_FEATURE_OPT_USES_CMO",
32
"SWIFT_FEATURE__SUPPORTS_V6",
33
)
@@ -277,6 +278,7 @@ def default_features_for_toolchain(ctx, target_triple):
277
278
SWIFT_FEATURE_ENABLE_BARE_SLASH_REGEX,
279
SWIFT_FEATURE_ENABLE_BATCH_MODE,
280
SWIFT_FEATURE_INTERNALIZE_AT_LINK,
281
+ SWIFT_FEATURE_LAYERING_CHECK_SWIFT,
282
]
283
284
# Apple specific features
0 commit comments