File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/Concurrency/Backdeploy Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
// RUN: otool -L %t/linking_rpath | %FileCheck -check-prefix CHECK-RPATH %s
8
8
// RUN: otool -L %t/linking_rpath_old | %FileCheck -check-prefix CHECK-RPATH %s
9
9
10
- // RUN: %target-build-swift -target x86_64-apple-ios15.0-macabi %s -o %t/linking_direct
11
- // RUN: %target-build-swift -target x86_64-apple-ios14.0-macabi %s -o %t/linking_rpath
10
+ // RUN: %target-build-swift -disable-autolinking-runtime-compatibility-concurrency - target x86_64-apple-ios15.0-macabi %s -o %t/linking_direct
11
+ // RUN: %target-build-swift -disable-autolinking-runtime-compatibility-concurrency - target x86_64-apple-ios14.0-macabi %s -o %t/linking_rpath
12
12
13
13
// RUN: otool -L %t/linking_direct | %FileCheck -check-prefix CHECK-DIRECT %s
14
14
// RUN: otool -L %t/linking_rpath | %FileCheck -check-prefix CHECK-RPATH %s
You can’t perform that action at this time.
0 commit comments