Skip to content

Commit 704da91

Browse files
authored
[DebugInfo][AIX] XFAIL debug-ranges-duplication.ll (#107525)
The test fails with `Assertion failed: Section && "Cannot switch to a null section!"` because of unsupported DWARF 5 section.
1 parent 8af0860 commit 704da91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/test/DebugInfo/Generic/debug-ranges-duplication.ll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
; AIX doesn't currently support DWARF 5 section .debug_rnglists
2+
; XFAIL: target={{.*}}-aix{{.*}}
3+
14
; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck %s
25
;
36
; Generated from the following C++ source with:

0 commit comments

Comments
 (0)