File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 32
32
// REQUIRES: executable_test
33
33
// REQUIRES: VENDOR=apple
34
34
35
- // This test doesn't behave as expected on iOS arm64e because the minimum OS
36
- // version for that architecture is 14 according to the linker and that means
37
- // symbols available prior to iOS 14 don't get weak linked despite the
38
- // deployment target of the client binary.
39
- // UNSUPPORTED: CPU=arm64e && OS=ios
35
+ // This test doesn't behave as expected on some deployment targets because
36
+ // the minimum OS versions accepted by the linker are later than the deployment
37
+ // targets given to the compiler invocation, and therefore symbols that need
38
+ // to be weak linked for the test to function are not.
39
+ // UNSUPPORTED: OS=ios && CPU=arm64e
40
+ // UNSUPPORTED: OS=watchos && CPU=x86_64
40
41
41
42
// ---- (0) Prepare SDK
42
43
// RUN: %empty-directory(%t)
You can’t perform that action at this time.
0 commit comments