Skip to content

Commit c70f6fc

Browse files
authored
[AIX][tests] Disable dwarf test using debug_addr section
AIX doesn't support the `debug_addr` section. See related PR: llvm#71814
1 parent 24a618f commit c70f6fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/test/DebugInfo/Generic/dwarf5-debug-info-static-member.ll

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
; AIX doesn't support the debug_addr section
2+
; UNSUPPORTED: target={{.*}}-aix{{.*}}
3+
14
; RUN: %llc_dwarf -filetype=obj -o %t.o < %s
25
; RUN: llvm-dwarfdump -v -debug-info %t.o | FileCheck %s -check-prefix=CHECK
36

0 commit comments

Comments
 (0)