[llvm] 6e8dda0 - [NFC] XFAIL tests which need visibility in XCOFF objectwriting

David Tenty via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 27 06:31:58 PDT 2022


Author: David Tenty
Date: 2022-04-27T09:31:36-04:00
New Revision: 6e8dda047fe0694e113d6571044be154a5059473

URL: https://github.com/llvm/llvm-project/commit/6e8dda047fe0694e113d6571044be154a5059473
DIFF: https://github.com/llvm/llvm-project/commit/6e8dda047fe0694e113d6571044be154a5059473.diff

LOG: [NFC] XFAIL tests which need visibility in XCOFF objectwriting

on AIX since this is currently unsupported and we added an error in D124392.

Added: 
    

Modified: 
    llvm/test/DebugInfo/Generic/pass-by-value.ll
    llvm/test/DebugInfo/cross-cu-scope.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/Generic/pass-by-value.ll b/llvm/test/DebugInfo/Generic/pass-by-value.ll
index 6faf5f267aa3b..107a815eaab94 100644
--- a/llvm/test/DebugInfo/Generic/pass-by-value.ll
+++ b/llvm/test/DebugInfo/Generic/pass-by-value.ll
@@ -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() {}

diff  --git a/llvm/test/DebugInfo/cross-cu-scope.ll b/llvm/test/DebugInfo/cross-cu-scope.ll
index 2deaca404ac79..deb4e34f27d98 100644
--- a/llvm/test/DebugInfo/cross-cu-scope.ll
+++ b/llvm/test/DebugInfo/cross-cu-scope.ll
@@ -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 
diff erent 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).


        


More information about the llvm-commits mailing list