mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[test] Disable debug_value_addr.swift on arm64
rdar://89237318
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user