Skip to content

Commit 68525ce

Browse files
committed
swift-stdlib-tool is not a shell script and can be stripped
Before Swift 3.1, we installed the swift-stdlib-tool-substitute script in place of Xcode's swift-stdlib-tool. This check was added to the build script (76e9915) to avoid trying to strip that file. Now that swift-stdlib-tool is part of open-source Swift, the -substitute script is gone and there is no need for this check.
1 parent 09775ff commit 68525ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build-script-impl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3207,7 +3207,6 @@ for host in "${ALL_HOSTS[@]}"; do
32073207
# Exclude shell scripts.
32083208
(cd "${INSTALL_SYMROOT}" &&
32093209
find ./"${TOOLCHAIN_PREFIX}" -perm -0111 -type f -print | \
3210-
grep -v swift-stdlib-tool | \
32113210
grep -v crashlog.py | \
32123211
grep -v symbolication.py | \
32133212
xargs -n 1 -P ${BUILD_JOBS} $(xcrun_find_tool dsymutil))

0 commit comments

Comments
 (0)