Skip to content

Commit 060fbc4

Browse files
committed
Fix the i386 build by signing the temp dylib linked to by a test.
(cherry picked from commit d4d3d9f)
1 parent 4896370 commit 060fbc4

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)