[llvm] [DebugInfo] Adjusting DWARF version to fix a test failure in aix-ppc64 pipeline (PR #167019)
Laxman Sole via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 7 13:45:38 PST 2025
https://github.com/laxmansole updated https://github.com/llvm/llvm-project/pull/167019
>From 433e158bf28d1ec146a9adcbe1fee6d065c2f4e0 Mon Sep 17 00:00:00 2001
From: Laxman Sole <lsole at nvidia.com>
Date: Fri, 7 Nov 2025 12:42:06 -0800
Subject: [PATCH] Adjusting dwarf version to fix a test failure in aix-ppc64
pipeline
---
llvm/test/DebugInfo/extradata-node-reference.ll | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/test/DebugInfo/extradata-node-reference.ll b/llvm/test/DebugInfo/extradata-node-reference.ll
index 0ec93120faba4..188175617b244 100644
--- a/llvm/test/DebugInfo/extradata-node-reference.ll
+++ b/llvm/test/DebugInfo/extradata-node-reference.ll
@@ -29,7 +29,7 @@
!1 = !DIFile(filename: "test.cpp", directory: ".")
!2 = !{i32 2, !"Debug Info Version", i32 3}
!3 = !{i32 1, !"wchar_size", i32 4}
-!4 = !{i32 2, !"Dwarf Version", i32 5}
+!4 = !{i32 2, !"Dwarf Version", i32 4}
!8 = !{!9, !16, !24, !35}
; extraData node definitions
More information about the llvm-commits
mailing list