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

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 16 09:34:29 PST 2022


aeubanks created this revision.
aeubanks added a reviewer: MaskRay.
Herald added a subscriber: emaste.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119956

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


Index: lld/test/ELF/archive-as-start-lib.s
===================================================================
--- lld/test/ELF/archive-as-start-lib.s
+++ 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119956.409301.patch
Type: text/x-patch
Size: 360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220216/023a3240/attachment.bin>


More information about the llvm-commits mailing list