[llvm] disable test for AIX, z/OS due to missing DWARF sections (PR #113910)
Abhina Sree via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 07:02:49 PDT 2024
https://github.com/abhina-sree created https://github.com/llvm/llvm-project/pull/113910
None
>From 4127fb0abfda78962805f76cf237dee1c4205bd5 Mon Sep 17 00:00:00 2001
From: Abhina Sreeskantharajan <Abhina.Sreeskantharajan at ibm.com>
Date: Mon, 28 Oct 2024 10:02:22 -0400
Subject: [PATCH] disable test for AIX, z/OS due to missing DWARF sections
---
llvm/test/DebugInfo/Generic/debug-names-accel-table-types.ll | 1 +
1 file changed, 1 insertion(+)
diff --git a/llvm/test/DebugInfo/Generic/debug-names-accel-table-types.ll b/llvm/test/DebugInfo/Generic/debug-names-accel-table-types.ll
index e88afe1b4c5118..2a6c89dcab5978 100644
--- a/llvm/test/DebugInfo/Generic/debug-names-accel-table-types.ll
+++ b/llvm/test/DebugInfo/Generic/debug-names-accel-table-types.ll
@@ -1,3 +1,4 @@
+; XFAIL: target={{.*}}-aix{{.*}}, target={{.*}}-zos{{.*}}
; RUN: %llc_dwarf -debugger-tune=lldb -accel-tables=Dwarf -filetype=obj -o %t < %s
; RUN: llvm-dwarfdump %t | FileCheck %s
; RUN: llvm-dwarfdump -debug-names %t | FileCheck --check-prefix=SAME-NAME %s
More information about the llvm-commits
mailing list