Skip to content

Commit

Permalink
[NFC] Align FortranArray.ll test (#2199)
Browse files Browse the repository at this point in the history
Added -DAG to CHECK for DebugFunction. It's better not to relax order of
checks for debug info instructions, but in this case it should be OK as
the main purpose of the test is not about DebugFunction.

Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>
  • Loading branch information
MrSidims authored Nov 7, 2023
1 parent 0706af8 commit 88eff58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DebugInfo/NonSemantic/Shader200/FortranArray.ll
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

; CHECK-SPIRV: [[#CompUnit:]] [[#]] DebugCompilationUnit
; CHECK-SPIRV: [[#None:]] [[#]] DebugInfoNone
; CHECK-SPIRV: [[#EntryFunc:]] [[#]] DebugFunction
; 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 88eff58

Please sign in to comment.