diff options
| -rw-r--r-- | lld/test/COFF/linkrepro.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lld/test/COFF/linkrepro.test b/lld/test/COFF/linkrepro.test index f566228..b3c1376 100644 --- a/lld/test/COFF/linkrepro.test +++ b/lld/test/COFF/linkrepro.test @@ -1,3 +1,6 @@ +# cpio fails on windows with "Function not implemented". +# REQUIRES: shell + # RUN: rm -rf %t.dir # RUN: mkdir -p %t.dir/build1 %t.dir/build2 %t.dir/build3 # RUN: yaml2obj < %p/Inputs/hello32.yaml > %t.obj |
