Skip to content

Commit 4018bdf

Browse files
committed
Disable linking of the concurrency compatibility library for macCatalyst
It might not be there, and we don't need it for this test.
1 parent 307380e commit 4018bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Concurrency/Backdeploy/linking.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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

0 commit comments

Comments
 (0)