[lld] 98f1564 - [lld][MachO] Add missing test requirements

Alexander Shaposhnikov via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 9 04:07:08 PST 2021


Author: Alexander Shaposhnikov
Date: 2021-03-09T04:05:08-08:00
New Revision: 98f1564b88579af1657a1d4a997baa66959e2ef3

URL: https://github.com/llvm/llvm-project/commit/98f1564b88579af1657a1d4a997baa66959e2ef3
DIFF: https://github.com/llvm/llvm-project/commit/98f1564b88579af1657a1d4a997baa66959e2ef3.diff

LOG: [lld][MachO] Add missing test requirements

Similarly to the existing tests (e.g. stab.s) function-starts.s
is not supported on Windows.

Added: 
    

Modified: 
    lld/test/MachO/function-starts.s

Removed: 
    


################################################################################
diff  --git a/lld/test/MachO/function-starts.s b/lld/test/MachO/function-starts.s
index d5e9e7546eb3..42d7d8c09053 100644
--- a/lld/test/MachO/function-starts.s
+++ b/lld/test/MachO/function-starts.s
@@ -1,4 +1,5 @@
-# REQUIRES: x86
+# REQUIRES: x86, shell
+# UNSUPPORTED: system-windows
 
 # RUN: split-file %s %t
 


        


More information about the llvm-commits mailing list