Skip to content

Commit aa9bf71

Browse files
authored
On AIX we don’t have .debug_addr section. (#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 61975cd commit aa9bf71

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)