[NFC] XFAIL tests which need visibility in XCOFF objectwriting

on AIX since this is currently unsupported and we added an error in D124392.
This commit is contained in:
David Tenty 2022-04-27 09:31:36 -04:00
parent c515b2f39e
commit 6e8dda047f
2 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,10 @@
; RUN: %llc_dwarf -O0 -filetype=obj < %s -strict-dwarf=true | llvm-dwarfdump -debug-info - \
; RUN: | FileCheck %s --check-prefix=STRICT --implicit-check-not DW_AT_calling_convention
;
; Visibility is unsupported for XCOFF object writing
; XFAIL: -aix
; // S is not trivially copyable.
; struct S {
; ~S() {}

View File

@ -2,6 +2,9 @@
; RUN: llvm-dwarfdump -debug-info %t | FileCheck %s
; REQUIRES: object-emission
; Visibility is unsupported for XCOFF object writing
; XFAIL: -aix
; Reduced test case from PR35212. Two DISubprogram belong to a different CU but
; share a scope. Both are declarations and end up in the scope's CU. We want to
; check that the CU from the context DIE is used (rather than from the IR).