Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 521551636
  • Loading branch information
Googler authored and swiple-rules-gardener committed Apr 3, 2023
1 parent f2022d7 commit 9020dbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions swift/toolchains/xcode_swift_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ load(
"@build_bazel_rules_swift//swift/internal:feature_names.bzl",
"SWIFT_FEATURE_BITCODE_EMBEDDED",
"SWIFT_FEATURE_BITCODE_EMBEDDED_MARKERS",
"SWIFT_FEATURE_CHECKED_EXCLUSIVITY",
"SWIFT_FEATURE_DEBUG_PREFIX_MAP",
"SWIFT_FEATURE_ENABLE_BATCH_MODE",
"SWIFT_FEATURE_MODULE_MAP_HOME_IS_CWD",
Expand Down Expand Up @@ -729,6 +730,7 @@ def _xcode_swift_toolchain_impl(ctx):
_features_for_bitcode_mode(cpp_fragment.apple_bitcode_mode),
)
requested_features.extend([
SWIFT_FEATURE_CHECKED_EXCLUSIVITY,
SWIFT_FEATURE_ENABLE_BATCH_MODE,
SWIFT_FEATURE_DEBUG_PREFIX_MAP,
])
Expand Down

1 comment on commit 9020dbb

@brentleyjones
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.