[llvm] [DebugInfo][z/OS] XFAIL debug-ranges-duplication.ll on z/OS (PR #109681)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 23 09:08:53 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-debuginfo
Author: Zibi Sarbinowski (zibi2)
<details>
<summary>Changes</summary>
Same fix was provided for AIX in commit 704da919bafa5b088223f9d77424f24ae754539e.
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
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
;
``````````
</details>
https://github.com/llvm/llvm-project/pull/109681
More information about the llvm-commits
mailing list