[llvm] [DebugInfo][AIX] XFAIL debug-ranges-duplication.ll (PR #107525)

via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 22:55:16 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-debuginfo

Author: Jake Egan (jakeegan)

<details>
<summary>Changes</summary>

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

``````````

</details>


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


More information about the llvm-commits mailing list