2017-01-06 10:33:53 +08:00
|
|
|
# REQUIRES: x86
|
2016-05-04 01:30:44 +08:00
|
|
|
|
2016-07-07 21:52:04 +08:00
|
|
|
# Test that a repro archive always uses / instead of \.
|
2016-05-05 10:32:09 +08:00
|
|
|
# RUN: rm -rf %t.dir
|
|
|
|
# RUN: mkdir -p %t.dir/build
|
|
|
|
# RUN: llvm-mc %s -o %t.dir/build/foo.o -filetype=obj -triple=x86_64-pc-linux
|
|
|
|
# RUN: cd %t.dir
|
2017-01-06 10:33:53 +08:00
|
|
|
# RUN: ld.lld build/foo.o --reproduce repro.tar
|
|
|
|
# RUN: tar tf repro.tar | FileCheck %s
|
2016-07-06 20:09:51 +08:00
|
|
|
|
|
|
|
# CHECK: repro/response.txt
|
|
|
|
# CHECK: repro/{{.*}}/build/foo.o
|