Skip to content

[DebugInfo][AIX] XFAIL debug-ranges-duplication.ll #107525

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

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

jakeegan
Copy link
Member

@jakeegan jakeegan commented Sep 6, 2024

The test fails with Assertion failed: Section && "Cannot switch to a null section!" because of unsupported DWARF 5 section.

The test fails with `Assertion failed: Section && "Cannot switch to a null section!"` because of unsupported DWARF 5 section.
@llvmbot
Copy link
Member

llvmbot commented Sep 6, 2024

@llvm/pr-subscribers-debuginfo

Author: Jake Egan (jakeegan)

Changes

The test fails with Assertion failed: Section && "Cannot switch to a null section!" because of unsupported DWARF 5 section.


Full diff: https://github.com/llvm/llvm-project/pull/107525.diff

1 Files Affected:

  • (modified) llvm/test/DebugInfo/Generic/debug-ranges-duplication.ll (+3)
diff --git a/llvm/test/DebugInfo/Generic/debug-ranges-duplication.ll b/llvm/test/DebugInfo/Generic/debug-ranges-duplication.ll
index 540400be740a5d..e9c23100eeda52 100644
--- a/llvm/test/DebugInfo/Generic/debug-ranges-duplication.ll
+++ b/llvm/test/DebugInfo/Generic/debug-ranges-duplication.ll
@@ -1,3 +1,6 @@
+; AIX doesn't currently support DWARF 5 section .debug_rnglists
+; XFAIL: target={{.*}}-aix{{.*}}
+
 ; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck %s
 ;
 ; Generated from the following C++ source with:

@jakeegan jakeegan requested a review from qiongsiwu September 6, 2024 05:58
Copy link
Member

@jryans jryans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me, I'll go ahead and merge now.

@jryans jryans merged commit 704da91 into llvm:main Sep 6, 2024
10 checks passed
@jryans
Copy link
Member

jryans commented Sep 6, 2024

Ah sorry, for some reason thought you didn't have merge access yourself... 😅 Anyway, hopefully it's all fine. 😄

@jakeegan jakeegan deleted the jakeegan-patch-1 branch September 6, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants