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