Skip to content

Commit b90645a

Browse files
AlexeySotkinvladimirlaz
authored andcommitted
Update DebugInfo test after LLVM changes D80197
Update after LLVM commit llvm/llvm-project@d20bf5a "[DebugInfo] Upgrade DISubrange to support Fortran dynamic arrays" Signed-off-by: Alexey Sotkin <[email protected]>
1 parent b0b8f1b commit b90645a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/test/DebugInfo/X86/default-subrange-array.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ source_filename = "test/DebugInfo/X86/default-subrange-array.ll"
3131
; CHECK-NEXT: DW_AT_type
3232
; CHECK: DW_TAG_subrange_type
3333
; CHECK-NEXT: DW_AT_type
34-
; DWARF4-NEXT: DW_AT_lower_bound [DW_FORM_data1] (0x00)
34+
; DWARF4-NEXT: DW_AT_lower_bound [DW_FORM_sdata] (0)
3535
; CHECK-NEXT: DW_AT_count [DW_FORM_data1] (0x2a)
3636
; DWARF5-NOT: DW_AT_lower_bound
3737

0 commit comments

Comments
 (0)