[llvm] a255ece - XFAIL llvm/test/DebugInfo/attr-btf_type_tag.ll on AIX (#96677)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 25 12:03:46 PDT 2024
Author: Nivetha Kuruparan
Date: 2024-06-25T15:03:42-04:00
New Revision: a255ece56f73f3ef4bd5add83f9120a0b17914a1
URL: https://github.com/llvm/llvm-project/commit/a255ece56f73f3ef4bd5add83f9120a0b17914a1
DIFF: https://github.com/llvm/llvm-project/commit/a255ece56f73f3ef4bd5add83f9120a0b17914a1.diff
LOG: XFAIL llvm/test/DebugInfo/attr-btf_type_tag.ll on AIX (#96677)
This PR XFAILS `llvm/test/DebugInfo/attr-btf_type_tag.ll` on AIX since
we we don’t have `.debug_addr` section.
Co-authored-by: Nivetha Kuruparan <nivetha at comp810.rtp.raleigh.ibm.com>
Added:
Modified:
llvm/test/DebugInfo/attr-btf_type_tag.ll
Removed:
################################################################################
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
More information about the llvm-commits
mailing list