From 5456f16303d9afb3f3d779bfbe6b84339585d3e1 Mon Sep 17 00:00:00 2001 From: Jake Egan <5326451+jakeegan@users.noreply.github.com> Date: Tue, 27 Jun 2023 20:53:38 -0400 Subject: [PATCH] [AIX][tests] Disable test for missing DWARF section This new test is failing on AIX due to an unsupported DWARF section, so disable it (same rationale as patch D111336). --- llvm/test/DebugInfo/Generic/debug-names-nameless-var.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/DebugInfo/Generic/debug-names-nameless-var.ll b/llvm/test/DebugInfo/Generic/debug-names-nameless-var.ll index 74cfec6..dbceb6d 100644 --- a/llvm/test/DebugInfo/Generic/debug-names-nameless-var.ll +++ b/llvm/test/DebugInfo/Generic/debug-names-nameless-var.ll @@ -1,3 +1,4 @@ +; XFAIL: target={{.*}}-aix{{.*}} ; RUN: %llc_dwarf -debugger-tune=lldb -accel-tables=Dwarf -filetype=obj -o %t %s ; RUN: llvm-dwarfdump -debug-names %t | FileCheck %s ; RUN: llvm-dwarfdump -debug-names -verify %t | FileCheck --check-prefix=VERIFY %s -- 2.7.4