We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acddc6f + 517dbcf commit 1b4b5f5Copy full SHA for 1b4b5f5
test/attr/attr_backDeploy_evolution.swift
@@ -32,6 +32,12 @@
32
// REQUIRES: executable_test
33
// REQUIRES: VENDOR=apple
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
40
+
41
// ---- (0) Prepare SDK
42
// RUN: %empty-directory(%t)
43
// RUN: %empty-directory(%t/SDK_ABI)
0 commit comments