Skip to content

Commit

Permalink
[LLVM-SPIRV] Update test due to EntryPoint customization
Browse files Browse the repository at this point in the history
  • Loading branch information
sys-ce-bb committed Jul 27, 2024
1 parent f00d6c7 commit cf4e0b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm-spirv/test/llvm-intrinsics/lifetime.ll
Original file line number Diff line number Diff line change
@@ -6,9 +6,9 @@
; RUN: llvm-spirv -r %t.spv -o %t.spv.bc
; RUN: llvm-dis < %t.spv.bc | FileCheck %s --check-prefix=CHECK-LLVM

; CHECK-SPIRV-DAG: Name [[#SimpleF:]] "lifetime_simple"
; CHECK-SPIRV-DAG: Name [[#SizedF:]] "lifetime_sized"
; CHECK-SPIRV-DAG: Name [[#GenericF:]] "lifetime_generic"
; CHECK-SPIRV-DAG: EntryPoint [[#]] [[#SimpleF:]] "lifetime_simple"
; CHECK-SPIRV-DAG: EntryPoint [[#]] [[#SizedF:]] "lifetime_sized"
; CHECK-SPIRV-DAG: EntryPoint [[#]] [[#GenericF:]] "lifetime_generic"
; CHECK-SPIRV-DAG: TypeStruct [[#StructTy:]] [[#]]
; CHECK-SPIRV-COUNT-1: TypePointer [[#PrivatePtrTy:]] [[#StructTy]]

0 comments on commit cf4e0b4

Please sign in to comment.