Skip to content

Commit 4127fb0

Browse files
committed
disable test for AIX, z/OS due to missing DWARF sections
1 parent 8c2e8b5 commit 4127fb0

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)