[llvm] XFAIL llvm/test/DebugInfo/attr-btf_type_tag.ll on AIX (PR #96677)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 11:34:47 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-debuginfo

Author: Nivetha Kuruparan (nivethakuruparan)

<details>
<summary>Changes</summary>

This PR XFAILS `llvm/test/DebugInfo/attr-btf_type_tag.ll` on AIX since we we don’t have `.debug_addr` section.

---
Full diff: https://github.com/llvm/llvm-project/pull/96677.diff


1 Files Affected:

- (modified) llvm/test/DebugInfo/attr-btf_type_tag.ll (+1) 


``````````diff
diff --git a/llvm/test/DebugInfo/attr-btf_type_tag.ll b/llvm/test/DebugInfo/attr-btf_type_tag.ll
index 47a2aa59106d1..df6c86e0b4296 100644
--- a/llvm/test/DebugInfo/attr-btf_type_tag.ll
+++ b/llvm/test/DebugInfo/attr-btf_type_tag.ll
@@ -1,3 +1,4 @@
+; XFAIL: target={{.*}}-aix{{.*}}
 ; REQUIRES: object-emission
 ; RUN: llc -filetype=obj -o %t %s
 ; RUN: llvm-dwarfdump -debug-info %t | FileCheck %s

``````````

</details>


https://github.com/llvm/llvm-project/pull/96677


More information about the llvm-commits mailing list