Skip to content

Commit 0a7a976

Browse files
committed
[test] Disable debug_value_addr.swift on arm64
rdar://89237318
1 parent 2cba680 commit 0a7a976

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/DebugInfo/debug_value_addr.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-swift-frontend -primary-file %s -emit-ir -g -o - | %FileCheck %s
22
// RUN: %target-swift-frontend %s -emit-sil -g -o - | %FileCheck -check-prefix=CHECK-SIL %s
33

4+
// Temporarily disable on arm64 (rdar://89237318)
5+
// UNSUPPORTED: CPU=arm64
6+
47
// Verify that -Onone shadow copies are emitted for debug_value_addr
58
// instructions.
69

0 commit comments

Comments
 (0)