[llvm] 6cd3343 - [SystemZ][z/OS] Mark ecsymbols test as unsupported

Muiez Ahmed via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 08:26:35 PDT 2023


Author: Muiez Ahmed
Date: 2023-05-01T11:26:25-04:00
New Revision: 6cd3343b4a382c02df95a38f301b4831899bd230

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

LOG: [SystemZ][z/OS] Mark ecsymbols test as unsupported

The llvm-lib tool is not yet supported on z/OS.

Differential Revision: https://reviews.llvm.org/D149591

Added: 
    

Modified: 
    llvm/test/tools/llvm-lib/ecsymbols.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-lib/ecsymbols.test b/llvm/test/tools/llvm-lib/ecsymbols.test
index cea065d78aa25..81f8988c89adf 100644
--- a/llvm/test/tools/llvm-lib/ecsymbols.test
+++ b/llvm/test/tools/llvm-lib/ecsymbols.test
@@ -1,5 +1,6 @@
 # Check that llvm-lib doesn't list the members of an archive which contains the
 # special member /<ECSYMBOLS>/.
+# UNSUPPORTED: system-zos
 # REQUIRES: aarch64-registered-target
 
 # RUN: yaml2obj %s -o %t.lib


        


More information about the llvm-commits mailing list