Skip to content

Commit 7d1e98c

Browse files
authored
[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.
1 parent 3ac75ee commit 7d1e98c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
; XFAIL: target={{.*}}-aix{{.*}}, target={{.*}}-zos{{.*}}
12
; RUN: %llc_dwarf -debugger-tune=lldb -accel-tables=Dwarf -filetype=obj -o %t < %s
23
; RUN: llvm-dwarfdump %t | FileCheck %s
34
; RUN: llvm-dwarfdump -debug-names %t | FileCheck --check-prefix=SAME-NAME %s

0 commit comments

Comments
 (0)