[PATCH] D114110: [AIX] Mark tests using DWARF version less than 3 as unsupported because XCOFF64 requires DWARF64

Jake Egan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 17 10:49:08 PST 2021


Jake-Egan created this revision.
Jake-Egan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114110

Files:
  llvm/test/DebugInfo/Generic/enum-types.ll
  llvm/test/DebugInfo/Generic/namespace.ll
  llvm/test/DebugInfo/Generic/tu-composite.ll
  llvm/test/DebugInfo/Generic/tu-member-pointer.ll
  llvm/test/DebugInfo/Generic/varargs.ll
  llvm/test/Linker/type-unique-simple-a.ll
  llvm/test/Linker/type-unique-simple2-a.ll
  llvm/test/Linker/type-unique-simple2.ll
  llvm/test/Linker/type-unique-type-array-a.ll


Index: llvm/test/Linker/type-unique-type-array-a.ll
===================================================================
--- llvm/test/Linker/type-unique-type-array-a.ll
+++ llvm/test/Linker/type-unique-type-array-a.ll
@@ -1,3 +1,4 @@
+; UNSUPPORTED: powerpc64-ibm-aix
 ; REQUIRES: default_triple, object-emission
 ;
 ; RUN: llvm-link %s %p/type-unique-type-array-b.ll -S -o - | %llc_dwarf -filetype=obj -O0 | llvm-dwarfdump -v -debug-info - | FileCheck %s
Index: llvm/test/Linker/type-unique-simple2.ll
===================================================================
--- llvm/test/Linker/type-unique-simple2.ll
+++ llvm/test/Linker/type-unique-simple2.ll
@@ -1,3 +1,4 @@
+; UNSUPPORTED: powerpc64-ibm-aix
 ; REQUIRES: default_triple, object-emission
 
 ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
Index: llvm/test/Linker/type-unique-simple2-a.ll
===================================================================
--- llvm/test/Linker/type-unique-simple2-a.ll
+++ llvm/test/Linker/type-unique-simple2-a.ll
@@ -1,3 +1,4 @@
+; UNSUPPORTED: powerpc64-ibm-aix
 ; REQUIRES: default_triple, object-emission
 ;
 ; RUN: llvm-link %s %p/type-unique-simple2-b.ll -S -o - | %llc_dwarf -filetype=obj -O0 | llvm-dwarfdump -v -debug-info - | FileCheck %s
Index: llvm/test/Linker/type-unique-simple-a.ll
===================================================================
--- llvm/test/Linker/type-unique-simple-a.ll
+++ llvm/test/Linker/type-unique-simple-a.ll
@@ -1,3 +1,4 @@
+; UNSUPPORTED: powerpc64-ibm-aix
 ; REQUIRES: default_triple, object-emission
 
 ; RUN: llvm-link %s %p/type-unique-simple-b.ll -S -o %t
Index: llvm/test/DebugInfo/Generic/varargs.ll
===================================================================
--- llvm/test/DebugInfo/Generic/varargs.ll
+++ llvm/test/DebugInfo/Generic/varargs.ll
@@ -1,3 +1,4 @@
+; UNSUPPORTED: powerpc64-ibm-aix
 ; RUN: %llc_dwarf -O0 -filetype=obj -o %t.o %s
 ; RUN: llvm-dwarfdump -debug-info %t.o | FileCheck %s
 ;
Index: llvm/test/DebugInfo/Generic/tu-member-pointer.ll
===================================================================
--- llvm/test/DebugInfo/Generic/tu-member-pointer.ll
+++ llvm/test/DebugInfo/Generic/tu-member-pointer.ll
@@ -1,3 +1,4 @@
+; UNSUPPORTED: powerpc64-ibm-aix
 ; RUN: %llc_dwarf -filetype=obj -O0 < %s > %t
 ; RUN: llvm-dwarfdump -v -debug-info %t | FileCheck %s
 ; CHECK: DW_TAG_ptr_to_member_type
Index: llvm/test/DebugInfo/Generic/tu-composite.ll
===================================================================
--- llvm/test/DebugInfo/Generic/tu-composite.ll
+++ llvm/test/DebugInfo/Generic/tu-composite.ll
@@ -1,3 +1,4 @@
+; UNSUPPORTED: powerpc64-ibm-aix
 ; RUN: %llc_dwarf -filetype=obj -O0 < %s > %t
 ; RUN: llvm-dwarfdump -v -debug-info %t | FileCheck %s
 ; CHECK: [[TYPE:.*]]: DW_TAG_structure_type
Index: llvm/test/DebugInfo/Generic/namespace.ll
===================================================================
--- llvm/test/DebugInfo/Generic/namespace.ll
+++ llvm/test/DebugInfo/Generic/namespace.ll
@@ -1,3 +1,4 @@
+; UNSUPPORTED: powerpc64-ibm-aix
 ; RUN: %llc_dwarf -O0 -filetype=obj -dwarf-linkage-names=All < %s | llvm-dwarfdump - | FileCheck %s
 ; CHECK: debug_info contents
 ; CHECK: DW_AT_name {{.*}}[[F1:.*]])
Index: llvm/test/DebugInfo/Generic/enum-types.ll
===================================================================
--- llvm/test/DebugInfo/Generic/enum-types.ll
+++ llvm/test/DebugInfo/Generic/enum-types.ll
@@ -1,4 +1,4 @@
-;
+; UNSUPPORTED: powerpc64-ibm-aix
 ; RUN: %llc_dwarf -filetype=obj -O0 -dwarf-linkage-names=All < %s | llvm-dwarfdump -v -debug-info - | FileCheck %s
 
 ; Make sure we can handle enums with the same identifier but in enum types of


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114110.387993.patch
Type: text/x-patch
Size: 3729 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211117/fd1f420c/attachment.bin>


More information about the llvm-commits mailing list