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

via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 03:59:19 PDT 2024


Author: Jake Egan
Date: 2024-09-06T11:59:15+01:00
New Revision: 704da919bafa5b088223f9d77424f24ae754539e

URL: https://github.com/llvm/llvm-project/commit/704da919bafa5b088223f9d77424f24ae754539e
DIFF: https://github.com/llvm/llvm-project/commit/704da919bafa5b088223f9d77424f24ae754539e.diff

LOG: [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.

Added: 
    

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

Removed: 
    


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


        


More information about the llvm-commits mailing list