[llvm] 5456f16 - [AIX][tests] Disable test for missing DWARF section
Jake Egan via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 27 17:54:41 PDT 2023
Author: Jake Egan
Date: 2023-06-27T20:53:47-04:00
New Revision: 5456f16303d9afb3f3d779bfbe6b84339585d3e1
URL: https://github.com/llvm/llvm-project/commit/5456f16303d9afb3f3d779bfbe6b84339585d3e1
DIFF: https://github.com/llvm/llvm-project/commit/5456f16303d9afb3f3d779bfbe6b84339585d3e1.diff
LOG: [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).
Added:
Modified:
llvm/test/DebugInfo/Generic/debug-names-nameless-var.ll
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/Generic/debug-names-nameless-var.ll b/llvm/test/DebugInfo/Generic/debug-names-nameless-var.ll
index 74cfec69d005e..dbceb6d7a14d4 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
More information about the llvm-commits
mailing list