Skip to content

Commit a464cbe

Browse files
madanial0aokblast
authored andcommitted
[AIX] Fix dwarf testcases on AIX (llvm#163822)
These test cases break the aix bots starting https://lab.llvm.org/buildbot/#/builders/64/builds/6062 and are not supported on AIX
1 parent 405ac36 commit a464cbe

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

llvm/test/DebugInfo/Generic/compileunit-source-language-name.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
; AIX doesn't have support for DWARF 6 DW_AT_language_name
2+
; XFAIL: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
13
; RUN: %llc_dwarf -filetype=obj -O0 < %s | llvm-dwarfdump -debug-info - | FileCheck %s --implicit-check-not "DW_AT_language"
24

35
; CHECK: DW_AT_language_name (DW_LNAME_ObjC_plus_plus)

llvm/test/DebugInfo/Generic/compileunit-source-language.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
; AIX doesn't have support for DWARF 6 DW_AT_language_name
2+
; XFAIL: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
13
; RUN: %llc_dwarf -filetype=obj -O0 < %s | llvm-dwarfdump -debug-info - | FileCheck %s --implicit-check-not "DW_AT_language_name"
24

35
; CHECK: DW_AT_language (DW_LANG_C)

llvm/test/DebugInfo/dwarf-complex-int.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
; REQUIRES: object-emission
2+
; AIX doesn't have full support for DWARF 5
3+
; XFAIL: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
24
; RUN: %llc_dwarf %s -filetype=obj -o - | llvm-dwarfdump - | FileCheck %s
35

46
;; https://github.com/llvm/llvm-project/issues/140362

0 commit comments

Comments
 (0)