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 3232// REQUIRES: executable_test
3333// REQUIRES: VENDOR=apple
3434
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
4041
4142// ---- (0) Prepare SDK
4243// RUN: %empty-directory(%t)
You can’t perform that action at this time.
0 commit comments