[PATCH] D130182: Revert "[NFC] XFAIL tests which need visibility in XCOFF objectwriting"
Jake Egan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 20 09:50:04 PDT 2022
Jake-Egan created this revision.
Herald added a project: All.
Jake-Egan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The tests pass now due to D128148 <https://reviews.llvm.org/D128148>.
This reverts commit 6e8dda047fe0694e113d6571044be154a5059473 <https://reviews.llvm.org/rG6e8dda047fe0694e113d6571044be154a5059473>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D130182
Files:
llvm/test/DebugInfo/Generic/pass-by-value.ll
llvm/test/DebugInfo/cross-cu-scope.ll
Index: llvm/test/DebugInfo/cross-cu-scope.ll
===================================================================
--- llvm/test/DebugInfo/cross-cu-scope.ll
+++ llvm/test/DebugInfo/cross-cu-scope.ll
@@ -2,9 +2,6 @@
; 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).
Index: llvm/test/DebugInfo/Generic/pass-by-value.ll
===================================================================
--- llvm/test/DebugInfo/Generic/pass-by-value.ll
+++ llvm/test/DebugInfo/Generic/pass-by-value.ll
@@ -2,10 +2,6 @@
; 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() {}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130182.446188.patch
Type: text/x-patch
Size: 1168 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220720/2a8cb7b0/attachment.bin>
More information about the llvm-commits
mailing list