Skip to content

Commit 0d9defd

Browse files
authored
Merge pull request swiftlang#37764 from adrian-prantl/75766760
2 parents b12ab0b + 3c428b2 commit 0d9defd

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

test/DebugInfo/async-let-await.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 --check-prefix=CHECK --check-prefix=CHECK-%target-ptrsize
44
// REQUIRES: concurrency
5-
// UNSUPPORTED: CPU=arm64e
65

76
public func getVegetables() async -> [String] {
87
return ["leek", "carrot"]

test/DebugInfo/async-lifetime-extension.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// RUN: | %FileCheck %s --check-prefix=CHECK
44
// REQUIRES: concurrency
55

6-
// UNSUPPORTED: CPU=arm64e
7-
86
// Test that lifetime extension preserves a dbg.declare for "n" in the resume
97
// funclet.
108

test/DebugInfo/async-local-var.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// RUN: | %FileCheck %s --check-prefix=CHECK
44
// REQUIRES: concurrency
55

6-
// UNSUPPORTED: CPU=arm64e
7-
86
func getString() async -> String {
97
return ""
108
}

0 commit comments

Comments
 (0)