Skip to content

Commit 433e158

Browse files
committed
Adjusting dwarf version to fix a test failure in aix-ppc64 pipeline
1 parent 17ad848 commit 433e158

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)