blob: 7943f3c10b714cb167d8c6ca4d004ed15e77efe7 [file] [log] [blame]
Rui Ueyamaca16c102016-05-05 02:32:091# REQUIRES: x86, system-windows
Rafael Espindola1dd2b3d2016-05-03 17:30:442
3# Test that we can create a repro archive on windows.
Rui Ueyamaca16c102016-05-05 02:32:094# RUN: rm -rf %t.dir
5# RUN: mkdir -p %t.dir/build
6# RUN: llvm-mc %s -o %t.dir/build/foo.o -filetype=obj -triple=x86_64-pc-linux
7# RUN: cd %t.dir
8# RUN: not ld.lld build/foo.o --reproduce repro
Rafael Espindola1f6929b2016-07-06 12:09:519# RUN: cpio -t < repro.cpio | FileCheck %s
10
11# CHECK: repro/response.txt
12# CHECK: repro/{{.*}}/build/foo.o