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

Jake Egan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 7 07:53:17 PST 2021


Jake-Egan updated this revision to Diff 392401.
Jake-Egan added a comment.

I updated the patch to add FIXME and added more detail to the description.


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.392401.patch
Type: text/x-patch
Size: 1101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211207/67277e77/attachment-0001.bin>


More information about the llvm-commits mailing list