File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 2
2
; RUN: %llc_dwarf -O0 -filetype=obj < %s -strict-dwarf=true | llvm-dwarfdump -debug-info - \
3
3
; RUN: | FileCheck %s --check-prefix=STRICT --implicit-check-not DW_AT_calling_convention
4
4
;
5
+
6
+ ; Visibility is unsupported for XCOFF object writing
7
+ ; XFAIL: -aix
8
+
5
9
; // S is not trivially copyable.
6
10
; struct S {
7
11
; ~S() {}
Original file line number Diff line number Diff line change 2
2
; RUN: llvm-dwarfdump -debug-info %t | FileCheck %s
3
3
; REQUIRES: object-emission
4
4
5
+ ; Visibility is unsupported for XCOFF object writing
6
+ ; XFAIL: -aix
7
+
5
8
; Reduced test case from PR35212. Two DISubprogram belong to a different CU but
6
9
; share a scope. Both are declarations and end up in the scope's CU. We want to
7
10
; check that the CU from the context DIE is used (rather than from the IR).
You can’t perform that action at this time.
0 commit comments