File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// RUN: %target-build-swift -target %target-cpu-apple-macosx12 %s -o %t/linking_direct
3
3
// RUN: %target-build-swift -target %target-cpu-apple-macosx11 %s -o %t/linking_rpath
4
- // RUN: %target-build-swift -target %target-cpu-apple-macosx10.10 %s -o %t/linking_rpath_old
4
+ // RUN: %target-build-swift -target %target-cpu-apple-macosx10.13 %s -o %t/linking_rpath_old
5
5
6
6
// RUN: otool -L %t/linking_direct | %FileCheck -check-prefix CHECK-DIRECT %s
7
7
// RUN: otool -L %t/linking_rpath | %FileCheck -check-prefix CHECK-RPATH %s
Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// RUN: %target-build-swift -target %target-cpu-apple-macosx12 %s -o %t/linking_direct
3
3
// RUN: %target-build-swift -target %target-cpu-apple-macosx11 %s -o %t/linking_rpath
4
- // RUN: %target-build-swift -target %target-cpu-apple-macosx10.10 %s -o %t/linking_rpath_old
4
+ // RUN: %target-build-swift -target %target-cpu-apple-macosx10.13 %s -o %t/linking_rpath_old
5
5
6
6
// RUN: otool -L %t/linking_direct | %FileCheck -check-prefix CHECK-DIRECT %s
7
7
// RUN: otool -L %t/linking_rpath | %FileCheck -check-prefix CHECK-RPATH %s
Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// -- Deployment target is set to pre-10.14.4 so that we use the "old"
3
3
// Swift runtime bit in compiler-emitted classes
4
- // RUN: %target-build-swift -target %target-cpu-apple-macosx10.9 %s -module-name main -o %t/a.out
4
+ // RUN: %target-build-swift -target %target-cpu-apple-macosx10.13 %s -module-name main -o %t/a.out
5
5
// RUN: %target-codesign %t/a.out
6
6
// RUN: %target-run %t/a.out | %FileCheck %s
7
7
You can’t perform that action at this time.
0 commit comments