[PATCH] D114681: [AIX] Disable failing tests because of missing DWARF sections

Jake Egan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 9 06:06:00 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG143e42429480: [AIX] Disable failing tests because of missing DWARF sections (authored by Jake-Egan).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114681/new/

https://reviews.llvm.org/D114681

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


Index: llvm/test/DebugInfo/Generic/line-table-addrx.ll
===================================================================
--- llvm/test/DebugInfo/Generic/line-table-addrx.ll
+++ llvm/test/DebugInfo/Generic/line-table-addrx.ll
@@ -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.
Index: llvm/test/DebugInfo/Generic/cross-cu-inlining.ll
===================================================================
--- llvm/test/DebugInfo/Generic/cross-cu-inlining.ll
+++ llvm/test/DebugInfo/Generic/cross-cu-inlining.ll
@@ -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
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114681.393133.patch
Type: text/x-patch
Size: 1101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211209/64f8de23/attachment.bin>


More information about the llvm-commits mailing list