aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/objc
diff options
context:
space:
mode:
authorGravatar Dmitry Shevchenko <dmishe@google.com>2017-03-09 22:00:00 +0000
committerGravatar Vladimir Moskva <vladmos@google.com>2017-03-10 10:28:04 +0000
commit701ff40ad9d1b6c1e3beb52064e2ae2fe27b7e29 (patch)
treec41547aee42e499012bac4f5e3f6959b5d5b913f /tools/objc
parent4050dca289a72dce7d09509da56b34e688a02a73 (diff)
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: 149691879 MOS_MIGRATED_REVID=149691879
Diffstat (limited to 'tools/objc')
-rw-r--r--tools/objc/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/objc/BUILD b/tools/objc/BUILD
index f1852f435d..2146ca5c31 100644
--- a/tools/objc/BUILD
+++ b/tools/objc/BUILD
@@ -95,6 +95,7 @@ sh_binary(
srcs = [":swiftstdlibtoolwrapper.sh"],
data = [
":realpath",
+ ":swift_stdlib_tool.py",
":xcrunwrapper",
],
)