Skip to content

Commit e8a5add

Browse files
anhtuyenibmlravenclaw
authored andcommitted
On AIX we don’t have .debug_addr section. (llvm#96935)
According to Zheng @chenzheng1030, there is no .debug_addr section on AIX. Due to its absence on AIX, the test case may produce inconsistent results, either passing or failing. This PR ensures that the test case is marked as not applicable for AIX.
1 parent 7e3c3bd commit e8a5add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/DebugInfo/attr-btf_type_tag.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; XFAIL: target={{.*}}-aix{{.*}}
1+
; UNSUPPORTED: target={{.*}}-aix{{.*}}
22
; REQUIRES: object-emission
33
; RUN: llc -filetype=obj -o %t %s
44
; RUN: llvm-dwarfdump -debug-info %t | FileCheck %s

0 commit comments

Comments
 (0)