[AIX][tests] Disable test for missing DWARF section
authorJake Egan <5326451+jakeegan@users.noreply.github.com>
Wed, 28 Jun 2023 00:53:38 +0000 (20:53 -0400)
committerJake Egan <5326451+jakeegan@users.noreply.github.com>
Wed, 28 Jun 2023 00:53:47 +0000 (20:53 -0400)
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

index 74cfec6..dbceb6d 100644 (file)
@@ -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