Skip to content

Commit 22e64f0

Browse files
authored
Merge pull request swiftlang#24900 from gottesmm/pr-220513d1ba4aba2776c73d76319d64afafa2366b
Fix the i386 build by signing the temp dylib linked to by a test.
2 parents 902c821 + d4d3d9f commit 22e64f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Interpreter/switch_resilience.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift-dylib(%t/%target-library-name(resilient_struct)) %S/../Inputs/resilient_struct.swift -emit-module -emit-module-path %t/resilient_struct.swiftmodule -module-name resilient_struct -I%t -L%t -enable-library-evolution
3+
// RUN: %target-codesign %t/%target-library-name(resilient_struct)
34
// RUN: %target-swiftc_driver -I %t -L %t %s -o %t/switch_resilience -lresilient_struct %target-rpath(%t)
45
// RUN: %target-codesign %t/switch_resilience
56
// RUN: %target-run %t/switch_resilience

0 commit comments

Comments
 (0)