Skip to content

Commit

Permalink
On AIX we don’t have .debug_addr section. (llvm#96935)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
anhtuyenibm authored and AlexisPerry committed Jun 27, 2024
1 parent 2c5bed6 commit b558f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/DebugInfo/attr-btf_type_tag.ll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; XFAIL: target={{.*}}-aix{{.*}}
; UNSUPPORTED: target={{.*}}-aix{{.*}}
; REQUIRES: object-emission
; RUN: llc -filetype=obj -o %t %s
; RUN: llvm-dwarfdump -debug-info %t | FileCheck %s
Expand Down

0 comments on commit b558f0c

Please sign in to comment.