[lld] b5c9512 - [test] Mark archive-as-start-lib.s as unsupported on Windows

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 16 10:27:56 PST 2022


Author: Arthur Eubanks
Date: 2022-02-16T10:27:43-08:00
New Revision: b5c9512df2a59ae48a70445a81428342cd278a26

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

LOG: [test] Mark archive-as-start-lib.s as unsupported on Windows

gnuwin32 tail does not support the `tail -c +9` syntax.

Reviewed By: MaskRay

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

Added: 
    

Modified: 
    lld/test/ELF/archive-as-start-lib.s

Removed: 
    


################################################################################
diff  --git a/lld/test/ELF/archive-as-start-lib.s b/lld/test/ELF/archive-as-start-lib.s
index aa86ce8b7c6b..0bb6eea6d325 100644
--- a/lld/test/ELF/archive-as-start-lib.s
+++ b/lld/test/ELF/archive-as-start-lib.s
@@ -1,4 +1,5 @@
 # REQUIRES: x86
+# UNSUPPORTED: system-windows
 
 # RUN: rm -rf %t && split-file %s %t && cd %t
 # RUN: llvm-mc -filetype=obj -triple=x86_64 a.s -o a.o


        


More information about the llvm-commits mailing list