Skip to content

Commit fe7bc87

Browse files
authored
[DebugInfo][z/OS] XFAIL debug-ranges-duplication.ll on z/OS (#109681)
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 `
1 parent 02a334d commit fe7bc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; AIX doesn't currently support DWARF 5 section .debug_rnglists
2-
; XFAIL: target={{.*}}-aix{{.*}}
2+
; XFAIL: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
33

44
; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck %s
55
;

0 commit comments

Comments
 (0)