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 77// RUN: otool -L %t/linking_rpath | %FileCheck -check-prefix CHECK-RPATH %s
88// RUN: otool -L %t/linking_rpath_old | %FileCheck -check-prefix CHECK-RPATH %s
99
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
1212
1313// RUN: otool -L %t/linking_direct | %FileCheck -check-prefix CHECK-DIRECT %s
1414// RUN: otool -L %t/linking_rpath | %FileCheck -check-prefix CHECK-RPATH %s
You can’t perform that action at this time.
0 commit comments