-
Notifications
You must be signed in to change notification settings - Fork 15.4k
[DebugInfo] Adjusting DWARF version to fix a test failure in aix-ppc64 pipeline #167019
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DebugInfo] Adjusting DWARF version to fix a test failure in aix-ppc64 pipeline #167019
Conversation
|
@llvm/pr-subscribers-debuginfo Author: Laxman Sole (laxmansole) ChangesTest has DWARF V5 but for the targets that uses Full diff: https://github.com/llvm/llvm-project/pull/167019.diff 1 Files Affected:
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
|
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/88/builds/17941 Here is the relevant piece of the build log for the reference |
|
Thanks @ayermolo for the quick review and help with merge. |
…4 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.
Test added in #165023 had DWARF V5 but for the targets that uses
XCOFF, some sections of DWARF v5 are not initialized.