[llvm] 7d1e98c - [AIX][SystemZ][z/OS] Disable test for AIX, z/OS due to missing DWARF sections (#113910)

via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 28 08:35:01 PDT 2024


Author: Abhina Sree
Date: 2024-10-28T11:34:57-04:00
New Revision: 7d1e98c7d34e2f4be1812a2f00f1d0464f29e542

URL: https://github.com/llvm/llvm-project/commit/7d1e98c7d34e2f4be1812a2f00f1d0464f29e542
DIFF: https://github.com/llvm/llvm-project/commit/7d1e98c7d34e2f4be1812a2f00f1d0464f29e542.diff

LOG: [AIX][SystemZ][z/OS] Disable test for AIX, z/OS due to missing DWARF sections (#113910)

This patch disables the testcase for AIX and z/OS due to incomplete
DWARF support.

Added: 
    

Modified: 
    llvm/test/DebugInfo/Generic/debug-names-accel-table-types.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/Generic/debug-names-accel-table-types.ll b/llvm/test/DebugInfo/Generic/debug-names-accel-table-types.ll
index e88afe1b4c5118..2a6c89dcab5978 100644
--- a/llvm/test/DebugInfo/Generic/debug-names-accel-table-types.ll
+++ b/llvm/test/DebugInfo/Generic/debug-names-accel-table-types.ll
@@ -1,3 +1,4 @@
+; XFAIL: target={{.*}}-aix{{.*}}, target={{.*}}-zos{{.*}}
 ; RUN: %llc_dwarf -debugger-tune=lldb -accel-tables=Dwarf -filetype=obj -o %t < %s
 ; RUN: llvm-dwarfdump %t | FileCheck %s
 ; RUN: llvm-dwarfdump -debug-names %t | FileCheck --check-prefix=SAME-NAME %s


        


More information about the llvm-commits mailing list