Skip to content

Commit 90cf746

Browse files
brentleyjonesGoogler
andauthored
Remove uses of incompatible_use_toolchain_transition now that it is enabled by default. (#726)
This is a step towards removing it entirely. PiperOrigin-RevId: 406230375 (cherry picked from commit d1ba795) Co-authored-by: Googler <noreply@google.com>
1 parent 477df3a commit 90cf746

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

swift/internal/swift_toolchain.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,5 @@ The version of XCTest that the toolchain packages.
511511
doc = "Represents a Swift compiler toolchain.",
512512
fragments = [] if bazel_features.cc.swift_fragment_removed else ["swift"],
513513
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"],
514-
incompatible_use_toolchain_transition = True,
515514
implementation = _swift_toolchain_impl,
516515
)

swift/internal/xcode_swift_toolchain.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,5 @@ for incremental compilation using a persistent mode.
843843
"objc",
844844
] + ([] if bazel_features.cc.swift_fragment_removed else ["swift"]),
845845
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"],
846-
incompatible_use_toolchain_transition = True,
847846
implementation = _xcode_swift_toolchain_impl,
848847
)

0 commit comments

Comments
 (0)