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 2cba680 commit 0a7a976Copy full SHA for 0a7a976
test/DebugInfo/debug_value_addr.swift
@@ -1,6 +1,9 @@
1
// RUN: %target-swift-frontend -primary-file %s -emit-ir -g -o - | %FileCheck %s
2
// RUN: %target-swift-frontend %s -emit-sil -g -o - | %FileCheck -check-prefix=CHECK-SIL %s
3
4
+// Temporarily disable on arm64 (rdar://89237318)
5
+// UNSUPPORTED: CPU=arm64
6
+
7
// Verify that -Onone shadow copies are emitted for debug_value_addr
8
// instructions.
9
0 commit comments