Skip to content

Commit b49a3c0

Browse files
committed
---
yaml --- r: 317149 b: refs/heads/master-rebranch c: 550eecb h: refs/heads/master i: 317147: c0abad9
1 parent a13e4cd commit b49a3c0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
14571457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
14581458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
14591459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460-
refs/heads/master-rebranch: 46163b7d4448bd55fa56b8ad137879612aba204b
1460+
refs/heads/master-rebranch: 550eecb0f3a47de34e9021e3439d0fda8ea0f832

branches/master-rebranch/utils/build-script-impl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3500,6 +3500,12 @@ for host in "${ALL_HOSTS[@]}"; do
35003500
'(' -perm -0111 -or -name "*.a" ')' -type f -print | \
35013501
xargs -n 1 -P ${BUILD_JOBS} $(xcrun_find_tool strip) -S
35023502

3503+
# Codesign dylibs after strip tool
3504+
# rdar://45388785
3505+
find "${host_install_destdir}${TOOLCHAIN_PREFIX}/" \
3506+
'(' -name "*.dylib" ')' -type f -print | \
3507+
xargs -n 1 -P ${BUILD_JOBS} $(xcrun_find_tool codesign) -f -s -
3508+
35033509
{ set +x; } 2>/dev/null
35043510
fi
35053511
fi

0 commit comments

Comments
 (0)