Skip to content

[DebugInfo][z/OS] XFAIL debug-ranges-duplication.ll on z/OS #109681

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 24, 2024

Conversation

zibi2
Copy link
Contributor

@zibi2 zibi2 commented Sep 23, 2024

Same fix was provided for AIX in commit 704da91.
The issue is unsupported DWARF 5 section with the following assertion:

Assertion failed: Section && "Cannot switch to a null section!", file: llvm/lib/MC/MCStreamer.cpp, line: 1266

@zibi2 zibi2 requested a review from jakeegan September 23, 2024 16:08
@zibi2 zibi2 self-assigned this Sep 23, 2024
@llvmbot
Copy link
Member

llvmbot commented Sep 23, 2024

@llvm/pr-subscribers-debuginfo

Author: Zibi Sarbinowski (zibi2)

Changes

Same fix was provided for AIX in commit 704da91.
The issue is unsupported DWARF 5 section with the following assertion:

Assertion failed: Section && "Cannot switch to a null section!", file: llvm/lib/MC/MCStreamer.cpp, line: 1266


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

1 Files Affected:

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

Copy link
Member

@jakeegan jakeegan left a comment

Choose a reason for hiding this comment

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

LGTM

@zibi2 zibi2 merged commit fe7bc87 into llvm:main Sep 24, 2024
10 checks passed
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