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 e759a28 + b466ba4 commit 4677d14Copy full SHA for 4677d14
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