Skip to content

Commit b534552

Browse files
authored
Merge pull request #36479 from apple/revert-36106-arm64e-disable
2 parents 891e053 + b0472a8 commit b534552

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/DebugInfo/async-args.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: -module-name M -enable-experimental-concurrency \
33
// RUN: -parse-as-library | %FileCheck %s
44
// REQUIRES: concurrency
5-
// UNSUPPORTED: CPU=arm64e
65

76
func use<T>(_ t: T) {}
87
func forceSplit() async {

test/DebugInfo/async-direct-arg.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: -parse-as-library | %FileCheck %s --check-prefix=CHECK
44
// REQUIRES: concurrency
55

6-
// UNSUPPORTED: CPU=arm64e
6+
// REQUIRES: rdar74588568
77

88
// Test that x is described as a direct dbg.declare of the incoming function
99
// argument.

0 commit comments

Comments
 (0)