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