[AIX] Disable failing tests because of missing DWARF sections
authorJake Egan <Jake.Egan@ibm.com>
Thu, 9 Dec 2021 14:03:16 +0000 (09:03 -0500)
committerJake Egan <Jake.Egan@ibm.com>
Thu, 9 Dec 2021 14:05:36 +0000 (09:05 -0500)
The following tests are failing due to missing DWARF sections: `DwarfAccelNamesSection` and `DwarfAddrSection`. This patch sets these tests as `XFAIL` until the sections can be implemented for AIX.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D114681

llvm/test/DebugInfo/Generic/cross-cu-inlining.ll
llvm/test/DebugInfo/Generic/line-table-addrx.ll

index c19ef5d..cc3020c 100644 (file)
@@ -1,3 +1,5 @@
+; FIXME: Missing DwarfAccelNamesSection on AIX
+; XFAIL: -aix
 ; RUN: %llc_dwarf -O0 -filetype=obj -dwarf-linkage-names=All < %s | llvm-dwarfdump -v -debug-info - | FileCheck -implicit-check-not=DW_TAG %s
 ; RUN: %llc_dwarf -accel-tables=Apple -dwarf-linkage-names=All -O0 -filetype=obj < %s | llvm-dwarfdump -v - | FileCheck --check-prefix=CHECK-ACCEL --check-prefix=CHECK %s
 
index 14dd721..1a396f0 100644 (file)
@@ -1,3 +1,5 @@
+; FIXME: Missing DwarfAddrSection on AIX
+; XFAIL: -aix
 ; RUN: %llc_dwarf -filetype=obj %s -o - | llvm-dwarfdump -v -debug-info - | FileCheck %s
 
 ;; In DWARF v5, emit DW_AT_addr_base as DW_AT_addr_base is used for DW_AT_low_pc.