File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 88// RUN: %t/optimized.swift -module-name Lib \
99// RUN: -emit-module -emit-module-path %t/Lib.swiftmodule \
1010// RUN: -swift-version 5 -enable-library-evolution -O
11+ // RUN: %target-codesign %t/%target-library-name(Lib)
1112// RUN: %target-build-swift %t/main.swift -o %t/main -I%t -lLib -L%t -O
1213// RUN: %target-codesign %t/main
13- // RUN: %target-run %t/main | %FileCheck %s
14+ // RUN: %target-run %t/main %t/%target-library-name(Lib) | %FileCheck %s
1415
1516/// Ensure the client has the optimization we're testing here.
1617// RUN: %target-swift-frontend -typecheck -emit-silgen %t/Lib.swiftmodule > %t/Lib.sil
2223// RUN: %t/non-optimized.swift -module-name Lib \
2324// RUN: -emit-module -emit-module-path %t/Lib.swiftmodule \
2425// RUN: -swift-version 5 -enable-library-evolution -O
26+ // RUN: %target-codesign %t/%target-library-name(Lib)
2527// RUN: %target-build-swift %t/main.swift -o %t/main -I%t -lLib -L%t -O
2628// RUN: %target-codesign %t/main
27- // RUN: %target-run %t/main | %FileCheck %s
29+ // RUN: %target-run %t/main %t/%target-library-name(Lib) | %FileCheck %s
2830
2931/// Ensure the client doesn't have the optimization we're testing here.
3032// RUN: %target-swift-frontend -typecheck -emit-silgen %t/main.swift -I%t -O > %t/Lib.sil
You can’t perform that action at this time.
0 commit comments