Skip to content

Commit aebc134

Browse files
MrSidimssys-ce-bb
authored andcommitted
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]> Original commit: KhronosGroup/SPIRV-LLVM-Translator@88eff58
1 parent 36ce6af commit aebc134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/test/DebugInfo/NonSemantic/Shader200/FortranArray.ll

+1-1
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)