aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/BUILD
diff options
context:
space:
mode:
authorGravatar Dmitry Shevchenko <dmishe@google.com>2017-03-23 21:12:23 +0000
committerGravatar Yue Gan <yueg@google.com>2017-03-24 12:18:07 +0000
commit97ac76a593500e86b5ef4c9d9b5a06b79ec55c4f (patch)
tree14dc60dcc95e85abd1ad154bdf428f64a0a09222 /src/BUILD
parentcb8a97dff9218de0b32fc54ac465efbe41315bfa (diff)
*** Reason for rollback *** No longer needed, as the original tool was re-introduced in Xcode 8.3 beta 5 *** Original change description *** Introduce swift-stdlib-tool replacement * swift-stdlib-tool is a utility that, given a binary, walks its dynamic library deps graph and picks everything that is used by Swift runtime. This tool is being removed from Xcode 8.3, hence the replacement. * The new tool has a different command line interface, but keeps backwards compatibility with native Bazel code through changes in the wrapper script. The wrapper script is still needed to handle xcrun ENV stuff. -- PiperOrigin-RevId: 151052031 MOS_MIGRATED_REVID=151052031
Diffstat (limited to 'src/BUILD')
-rw-r--r--src/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BUILD b/src/BUILD
index f3272a594f..8cba362067 100644
--- a/src/BUILD
+++ b/src/BUILD
@@ -106,7 +106,7 @@ filegroup(
"//src/tools/xcode/ibtoolwrapper:ibtoolwrapper",
"//src/tools/xcode/libtool:libtool_srcs",
"//src/tools/xcode/momcwrapper:momcwrapper",
- "//src/tools/xcode/swiftstdlibtoolwrapper:swiftstdlibtoolwrapper_srcs",
+ "//src/tools/xcode/swiftstdlibtoolwrapper:swiftstdlibtoolwrapper",
"//src/tools/xcode/environment:environment_plist",
"//src/tools/xcode/xcrunwrapper:xcrunwrapper",
"//src/objc_tools/bundlemerge:bundlemerge_deploy.jar",