aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/dwarf-complex-int.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/DebugInfo/dwarf-complex-int.ll')
-rw-r--r--llvm/test/DebugInfo/dwarf-complex-int.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/dwarf-complex-int.ll b/llvm/test/DebugInfo/dwarf-complex-int.ll
index effd0ec..84be51e 100644
--- a/llvm/test/DebugInfo/dwarf-complex-int.ll
+++ b/llvm/test/DebugInfo/dwarf-complex-int.ll
@@ -1,4 +1,6 @@
; REQUIRES: object-emission
+; AIX doesn't have full support for DWARF 5
+; XFAIL: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
; RUN: %llc_dwarf %s -filetype=obj -o - | llvm-dwarfdump - | FileCheck %s
;; https://github.com/llvm/llvm-project/issues/140362