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 891e053 + b0472a8 commit b534552Copy full SHA for b534552
test/DebugInfo/async-args.swift
@@ -2,7 +2,6 @@
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
@@ -3,7 +3,7 @@
// RUN: -parse-as-library | %FileCheck %s --check-prefix=CHECK
+// REQUIRES: rdar74588568
// Test that x is described as a direct dbg.declare of the incoming function
9
// argument.
0 commit comments