aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/apple
diff options
context:
space:
mode:
authorGravatar dmishe <dmishe@google.com>2017-10-27 03:09:36 +0200
committerGravatar Dmitry Lomov <dslomov@google.com>2017-10-27 16:29:35 +0200
commitd6579a8b865bcceae2a563481153049c68ea0dae (patch)
tree005174a8282c5edcc73dcc0171a03a9b3753c089 /src/main/java/com/google/devtools/build/lib/rules/apple
parent2891abf63f7b61e9f237b9d171bd15a5d296af4d (diff)
Remove support for Swift 2.3 toolchain
PiperOrigin-RevId: 173618971
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/apple')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/apple/AppleCommandLineOptions.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/apple/AppleCommandLineOptions.java b/src/main/java/com/google/devtools/build/lib/rules/apple/AppleCommandLineOptions.java
index 1293c102c1..1446cd0ed3 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/apple/AppleCommandLineOptions.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/apple/AppleCommandLineOptions.java
@@ -340,6 +340,7 @@ public class AppleCommandLineOptions extends FragmentOptions {
}
}
+ // TODO(b/68330014): Deprecate and remove this flag.
@Option(
name = "xcode_toolchain",
defaultValue = "null",
@@ -348,9 +349,7 @@ public class AppleCommandLineOptions extends FragmentOptions {
effectTags = {OptionEffectTag.ACTION_COMMAND_LINES},
help =
"The identifier of an Xcode toolchain to use for builds. Currently only the toolchains "
- + "that ship with Xcode are supported. For example, in addition to the default "
- + "toolchain Xcode 8 has 'com.apple.dt.toolchain.Swift_2_3' which can be used for "
- + "building legacy Swift code."
+ + "that ship with Xcode are supported."
)
public String xcodeToolchain;