]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/ELF/reproduce-windows.s
Vendor import of lld trunk r290819:
[FreeBSD/FreeBSD.git] / test / ELF / reproduce-windows.s
1 # REQUIRES: x86, cpio
2
3 # Test that a repro archive always uses / instead of \.
4 # 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: ld.lld build/foo.o --reproduce repro
9 # RUN: cpio -it < repro.cpio | FileCheck %s
10
11 # CHECK: repro/response.txt
12 # CHECK: repro/{{.*}}/build/foo.o