Skip to content

Commit 88eff58

Browse files
authored
[NFC] Align FortranArray.ll test (#2199)
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 <[email protected]>
1 parent 0706af8 commit 88eff58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/NonSemantic/Shader200/FortranArray.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
; CHECK-SPIRV: [[#CompUnit:]] [[#]] DebugCompilationUnit
1010
; CHECK-SPIRV: [[#None:]] [[#]] DebugInfoNone
11-
; CHECK-SPIRV: [[#EntryFunc:]] [[#]] DebugFunction
1211
; CHECK-SPIRV: [[#BaseTy:]] [[#]] DebugTypeBasic
1312
; CHECK-SPIRV: [[#Subrange:]] [[#]] DebugTypeSubrange
1413
; CHECK-SPIRV: DebugTypeArrayDynamic [[#BaseTy]] [[#]] [[#]] [[#None]] [[#None]] [[#Subrange]]
14+
; CHECK-SPIRV-DAG: [[#EntryFunc:]] [[#]] DebugFunction
1515
; CHECK-SPIRV: DebugEntryPoint [[#EntryFunc]] [[#CompUnit]] [[#]] [[#]] {{$}}
1616

1717
; CHECK-LLVM: !DICompileUnit(language: DW_LANG_Fortran95

0 commit comments

Comments
 (0)