diff options
Diffstat (limited to 'llvm/test/DebugInfo/Generic/compileunit-source-language.ll')
-rw-r--r-- | llvm/test/DebugInfo/Generic/compileunit-source-language.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/Generic/compileunit-source-language.ll b/llvm/test/DebugInfo/Generic/compileunit-source-language.ll index bafe620..dc5bf0f 100644 --- a/llvm/test/DebugInfo/Generic/compileunit-source-language.ll +++ b/llvm/test/DebugInfo/Generic/compileunit-source-language.ll @@ -1,3 +1,5 @@ +; AIX doesn't have support for DWARF 6 DW_AT_language_name +; XFAIL: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}} ; RUN: %llc_dwarf -filetype=obj -O0 < %s | llvm-dwarfdump -debug-info - | FileCheck %s --implicit-check-not "DW_AT_language_name" ; CHECK: DW_AT_language (DW_LANG_C) |