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 0d9ca20 commit f9a8a71Copy full SHA for f9a8a71
test/DebugInfo/async-args.swift
@@ -2,8 +2,7 @@
2
// RUN: -module-name M -enable-experimental-concurrency \
3
// RUN: -parse-as-library | %FileCheck %s
4
// REQUIRES: concurrency
5
-
6
-// REQUIRES: rdar74551043
+// UNSUPPORTED: CPU=arm64e
7
8
func use<T>(_ t: T) {}
9
func forceSplit() async {
test/DebugInfo/async-direct-arg.swift
@@ -4,7 +4,7 @@
// RUN: --check-prefix=CHECK-%target-cpu
-// REQUIRES: rdar74588568
// Test that x is described as a direct dbg.declare of the incoming function
10
// argument.
0 commit comments