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.
1 parent dea09e1 commit b466ba4Copy full SHA for b466ba4
test/Interpreter/builtin_bridge_object.swift
@@ -1,6 +1,9 @@
1
// RUN: %target-run-simple-swift(-Onone -parse-stdlib -Xfrontend -enable-copy-propagation -target %target-swift-abi-5.6-triple) | %FileCheck %s --check-prefixes=CHECK,CHECK-DBG
2
// RUN: %target-run-simple-swift(-O -parse-stdlib -Xfrontend -enable-copy-propagation -target %target-swift-abi-5.6-triple) | %FileCheck --check-prefixes=CHECK,CHECK-OPT %s
3
4
+// rdar://125628293
5
+// UNSUPPORTED: CPU=arm64_32
6
+
7
// REQUIRES: executable_test
8
// REQUIRES: objc_interop
9
0 commit comments