Skip to content

Commit 6e8dda0

Browse files
committed
[NFC] XFAIL tests which need visibility in XCOFF objectwriting
on AIX since this is currently unsupported and we added an error in D124392.
1 parent c515b2f commit 6e8dda0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

llvm/test/DebugInfo/Generic/pass-by-value.ll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
; RUN: %llc_dwarf -O0 -filetype=obj < %s -strict-dwarf=true | llvm-dwarfdump -debug-info - \
33
; RUN: | FileCheck %s --check-prefix=STRICT --implicit-check-not DW_AT_calling_convention
44
;
5+
6+
; Visibility is unsupported for XCOFF object writing
7+
; XFAIL: -aix
8+
59
; // S is not trivially copyable.
610
; struct S {
711
; ~S() {}

llvm/test/DebugInfo/cross-cu-scope.ll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
; RUN: llvm-dwarfdump -debug-info %t | FileCheck %s
33
; REQUIRES: object-emission
44

5+
; Visibility is unsupported for XCOFF object writing
6+
; XFAIL: -aix
7+
58
; Reduced test case from PR35212. Two DISubprogram belong to a different CU but
69
; share a scope. Both are declarations and end up in the scope's CU. We want to
710
; check that the CU from the context DIE is used (rather than from the IR).

0 commit comments

Comments
 (0)