Skip to content

Commit d36c1f2

Browse files
authored
Merge pull request #58792 from gottesmm/fix-bot
Fix bot by loosening FileCheck pattern
2 parents 24f2032 + d49dd93 commit d36c1f2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/DebugInfo/move_function_dbginfo_async.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
// REQUIRES: CPU=x86_64 || CPU=arm64
1818
// REQUIRES: optimized_stdlib
1919

20-
// REQUIRES: rdar93031874
21-
2220
//////////////////
2321
// Declarations //
2422
//////////////////
@@ -300,7 +298,7 @@ public func varSimpleTestVar() async {
300298

301299
// CHECK-LABEL: define internal swifttailcc void @"$s27move_function_dbginfo_async20letArgCCFlowTrueTestyyxnYalFTQ0_"(
302300
// CHECK: call void @llvm.dbg.addr(metadata i8* %{{[0-9]+}}, metadata !{{[0-9]+}}, metadata !DIExpression(DW_OP_deref, DW_OP_plus_uconst, 16, DW_OP_plus_uconst, 8, DW_OP_deref)),
303-
// CHECK: musttail call swifttailcc void @swift_task_switch(%swift.context* swiftasync %{{[0-9]+}}, i8* bitcast (void (i8*)* @"$s27move_function_dbginfo_async20letArgCCFlowTrueTestyyxnYalFTY1_" to i8*), i64 0, i64 0) #4,
301+
// CHECK: musttail call swifttailcc void @swift_task_switch(%swift.context* swiftasync %{{[0-9]+}}, i8* bitcast (void (i8*)* @"$s27move_function_dbginfo_async20letArgCCFlowTrueTestyyxnYalFTY1_" to i8*), i64 0, i64 0)
304302
// CHECK-NEXT: ret void
305303
// CHECK-NEXT: }
306304

0 commit comments

Comments
 (0)