[llvm] 53b64b0 - [DebugInfo] Adjusting DWARF version to fix a test failure in aix-ppc64 pipeline (#167019)

via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 7 14:35:29 PST 2025


Author: Laxman Sole
Date: 2025-11-07T14:35:25-08:00
New Revision: 53b64b0208b9286c687a7cc6abfdd9ce6d57990f

URL: https://github.com/llvm/llvm-project/commit/53b64b0208b9286c687a7cc6abfdd9ce6d57990f
DIFF: https://github.com/llvm/llvm-project/commit/53b64b0208b9286c687a7cc6abfdd9ce6d57990f.diff

LOG: [DebugInfo] Adjusting DWARF version to fix a test failure in aix-ppc64 pipeline (#167019)

Test added in #165023 had DWARF V5 but for the targets that uses
`XCOFF`, some sections of DWARF v5 are not initialized.

Added: 
    

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

Removed: 
    


################################################################################
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