Skip to content

Commit

Permalink
[NFC] Fix CHECKs FortranArray.ll (#2211)
Browse files Browse the repository at this point in the history
This version should be more much stable.

Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>
  • Loading branch information
MrSidims authored Nov 9, 2023
1 parent 74b2540 commit 1088aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/DebugInfo/NonSemantic/Shader200/FortranArray.ll
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
; RUN: llvm-dis %t.rev.bc -o - | FileCheck %s --check-prefix=CHECK-LLVM

; CHECK-SPIRV: [[#CompUnit:]] [[#]] DebugCompilationUnit
; CHECK-SPIRV: [[#None:]] [[#]] DebugInfoNone
; CHECK-SPIRV-DAG: [[#EntryFunc:]] [[#]] DebugFunction [[#]]
; CHECK-SPIRV-DAG: [[#None:]] [[#]] DebugInfoNone
; CHECK-SPIRV: [[#BaseTy:]] [[#]] DebugTypeBasic
; CHECK-SPIRV: [[#Subrange:]] [[#]] DebugTypeSubrange
; CHECK-SPIRV: DebugTypeArrayDynamic [[#BaseTy]] [[#]] [[#]] [[#None]] [[#None]] [[#Subrange]]
; CHECK-SPIRV-DAG: [[#EntryFunc:]] [[#]] DebugFunction
; CHECK-SPIRV: DebugEntryPoint [[#EntryFunc]] [[#CompUnit]] [[#]] [[#]] {{$}}

; CHECK-LLVM: !DICompileUnit(language: DW_LANG_Fortran95
Expand Down

0 comments on commit 1088aca

Please sign in to comment.