Skip to content

Commit 70187eb

Browse files
authored
[AIX][tests] Disable mixed-source.ll test using debug_addr section
AIX doesn't support the `debug_addr` section. See related PR: #71814
1 parent bc4e0c0 commit 70187eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/test/DebugInfo/Generic/mixed-source.ll

Lines changed: 3 additions & 0 deletions
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 -O0 -filetype=obj -o - < %s | llvm-dwarfdump -debug-line - | FileCheck %s
25

36
; CHECK: include_directories[ 0] = "dir"

0 commit comments

Comments
 (0)