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

Nivetha Kuruparan via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 11:33:56 PDT 2024


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

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

>From e21552827b6aa3806a5efc972114a3a0f785cee1 Mon Sep 17 00:00:00 2001
From: Nivetha Kuruparan <nivetha at comp810.rtp.raleigh.ibm.com>
Date: Tue, 25 Jun 2024 14:29:27 -0400
Subject: [PATCH] XFAIL llvm/test/DebugInfo/attr-btf_type_tag.ll on AIX

---
 llvm/test/DebugInfo/attr-btf_type_tag.ll | 1 +
 1 file changed, 1 insertion(+)

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