Skip to content

Commit c39c8ec

Browse files
laxmansolevinay-deshmukh
authored andcommitted
[DebugInfo] Adjusting DWARF version to fix a test failure in aix-ppc64 pipeline (llvm#167019)
Test added in llvm#165023 had DWARF V5 but for the targets that uses `XCOFF`, some sections of DWARF v5 are not initialized.
1 parent 7c91d2f commit c39c8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/DebugInfo/extradata-node-reference.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
!1 = !DIFile(filename: "test.cpp", directory: ".")
3030
!2 = !{i32 2, !"Debug Info Version", i32 3}
3131
!3 = !{i32 1, !"wchar_size", i32 4}
32-
!4 = !{i32 2, !"Dwarf Version", i32 5}
32+
!4 = !{i32 2, !"Dwarf Version", i32 4}
3333
!8 = !{!9, !16, !24, !35}
3434

3535
; extraData node definitions

0 commit comments

Comments
 (0)