Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions test/IRGen/coroutine_accessors.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
// CHECK-arm64e-SAME: i64 40879 },
// CHECK-arm64e-SAME: section "llvm.ptrauth",
// CHECK-arm64e-SAME: align 8
// CHECK-arm64e-LABEL: _swift_coro_malloc.ptrauth.1 = private constant {
// CHECK-arm64e-LABEL: _swift_coro_malloc.ptrauth.{{.*}} = private constant {
// CHECK-arm64e-SAME: ptr @_swift_coro_malloc,
// CHECK-arm64e-SAME: i32 0,
// CHECK-arm64e-SAME: i64 ptrtoint (
Expand All @@ -62,7 +62,7 @@
// CHECK-arm64e-SAME: i64 53841 }
// CHECK-arm64e-SAME: section "llvm.ptrauth"
// CHECK-arm64e-SAME: align 8
// CHECK-arm64e-LABEL: _swift_coro_free.ptrauth.2 = private constant {
// CHECK-arm64e-LABEL: _swift_coro_free.ptrauth.{{.*}} = private constant {
// CHECK-arm64e-SAME: ptr @_swift_coro_free,
// CHECK-arm64e-SAME: i32 0,
// CHECK-arm64e-SAME: i64 ptrtoint (
Expand All @@ -82,9 +82,9 @@
// CHECK-SAME: _swift_coro_free
// CHECK-ar64e-SAME: .ptrauth
// CHECK-SAME: _swift_coro_malloc
// CHECK-ar64e-SAME: .ptrauth.1
// CHECK-ar64e-SAME: .ptrauth.{{.*}}
// CHECK-SAME: _swift_coro_free
// CHECK-ar64e-SAME: .ptrauth.2
// CHECK-ar64e-SAME: .ptrauth.{{.*}}
// CHECK-SAME: }
// CHECK-arm64e-LABEL: _swift_coro_task_alloc.ptrauth = private constant {
// CHECK-arm64e-SAME: ptr @_swift_coro_task_alloc,
Expand Down Expand Up @@ -112,7 +112,7 @@
// CHECK-arm64e-SAME: i64 40879 },
// CHECK-arm64e-SAME: section "llvm.ptrauth",
// CHECK-arm64e-SAME: align 8
// CHECK-arm64e-LABEL: _swift_coro_task_alloc.ptrauth.3 = private constant {
// CHECK-arm64e-LABEL: _swift_coro_task_alloc.ptrauth.{{.*}} = private constant {
// CHECK-arm64e-SAME: ptr @_swift_coro_task_alloc,
// CHECK-arm64e-SAME: i32 0,
// CHECK-arm64e-SAME: i64 ptrtoint (
Expand All @@ -125,7 +125,7 @@
// CHECK-arm64e-SAME: i64 53841 }
// CHECK-arm64e-SAME: section "llvm.ptrauth"
// CHECK-arm64e-SAME: align 8
// CHECK-arm64e-LABEL: @_swift_coro_task_dealloc.ptrauth.4 = private constant {
// CHECK-arm64e-LABEL: @_swift_coro_task_dealloc.ptrauth.{{.*}} = private constant {
// CHECK-arm64e-SAME: ptr @_swift_coro_task_dealloc,
// CHECK-arm64e-SAME: i32 0,
// CHECK-arm64e-SAME: i64 ptrtoint (
Expand All @@ -145,9 +145,9 @@
// CHECK-SAME: _swift_coro_task_dealloc
// CHECK-ar64e-SAME: .ptrauth
// CHECK-SAME: _swift_coro_task_alloc
// CHECK-ar64e-SAME: .ptrauth.3
// CHECK-ar64e-SAME: .ptrauth.{{.*}}
// CHECK-SAME: _swift_coro_task_dealloc
// CHECK-ar64e-SAME: .ptrauth.4
// CHECK-ar64e-SAME: .ptrauth.{{.*}}
// CHECK-SAME: }

// CHECK-LABEL: @_swift_coro_alloc(
Expand Down