[test] Disable debug_value_addr.swift on arm64

rdar://89237318
This commit is contained in:
Hamish Knight
2022-03-08 13:51:36 +00:00
parent 2cba680599
commit 0a7a976d31

View File

@@ -1,6 +1,9 @@
// RUN: %target-swift-frontend -primary-file %s -emit-ir -g -o - | %FileCheck %s
// RUN: %target-swift-frontend %s -emit-sil -g -o - | %FileCheck -check-prefix=CHECK-SIL %s
// Temporarily disable on arm64 (rdar://89237318)
// UNSUPPORTED: CPU=arm64
// Verify that -Onone shadow copies are emitted for debug_value_addr
// instructions.