aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Egan <Jake.egan@ibm.com>2024-09-06 06:59:15 -0400
committerGitHub <noreply@github.com>2024-09-06 11:59:15 +0100
commit704da919bafa5b088223f9d77424f24ae754539e (patch)
treeab141628399d56cd4142e2c27de4ac37947fafed
parent8af0860529d75b61b66cb96ac05f503b0e2e845c (diff)
downloadllvm-704da919bafa5b088223f9d77424f24ae754539e.zip
llvm-704da919bafa5b088223f9d77424f24ae754539e.tar.gz
llvm-704da919bafa5b088223f9d77424f24ae754539e.tar.bz2
[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.
-rw-r--r--llvm/test/DebugInfo/Generic/debug-ranges-duplication.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/Generic/debug-ranges-duplication.ll b/llvm/test/DebugInfo/Generic/debug-ranges-duplication.ll
index 540400b..e9c2310 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: