From b558f0c55e4a1c632318e7c2241475000bb329dc Mon Sep 17 00:00:00 2001 From: Anh Tuyen Tran <34661776+anhtuyenibm@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:31:15 -0400 Subject: [PATCH] =?UTF-8?q?On=20AIX=20we=20don=E2=80=99t=20have=20.debug?= =?UTF-8?q?=5Faddr=20section.=20(#96935)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- llvm/test/DebugInfo/attr-btf_type_tag.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/DebugInfo/attr-btf_type_tag.ll b/llvm/test/DebugInfo/attr-btf_type_tag.ll index df6c86e0b42961..ffdef06bb2dc4a 100644 --- a/llvm/test/DebugInfo/attr-btf_type_tag.ll +++ b/llvm/test/DebugInfo/attr-btf_type_tag.ll @@ -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