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 8
8
// RUN: %t/optimized.swift -module-name Lib \
9
9
// RUN: -emit-module -emit-module-path %t/Lib.swiftmodule \
10
10
// RUN: -swift-version 5 -enable-library-evolution -O
11
+ // RUN: %target-codesign %t/%target-library-name(Lib)
11
12
// RUN: %target-build-swift %t/main.swift -o %t/main -I%t -lLib -L%t -O
12
13
// 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
14
15
15
16
/// Ensure the client has the optimization we're testing here.
16
17
// RUN: %target-swift-frontend -typecheck -emit-silgen %t/Lib.swiftmodule > %t/Lib.sil
22
23
// RUN: %t/non-optimized.swift -module-name Lib \
23
24
// RUN: -emit-module -emit-module-path %t/Lib.swiftmodule \
24
25
// RUN: -swift-version 5 -enable-library-evolution -O
26
+ // RUN: %target-codesign %t/%target-library-name(Lib)
25
27
// RUN: %target-build-swift %t/main.swift -o %t/main -I%t -lLib -L%t -O
26
28
// 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
28
30
29
31
/// Ensure the client doesn't have the optimization we're testing here.
30
32
// 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