Skip to content

Commit bb02b7d

Browse files
authored
Merge pull request swiftlang#9127 from bob-wilson/strip-stdlib-tool
2 parents 09775ff + 68525ce commit bb02b7d

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)