2017-01-06 10:33:53 +08:00
|
|
|
# REQUIRES: system-windows, x86
|
2016-11-11 21:23:13 +08:00
|
|
|
|
|
|
|
# Test that a response.txt file always uses / instead of \.
|
|
|
|
# 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-07 02:55:37 +08:00
|
|
|
# RUN: ld.lld build/foo.o --reproduce repro.tar
|
2017-01-06 10:33:53 +08:00
|
|
|
# RUN: tar -O -x -f repro.tar repro/response.txt | FileCheck %s
|
2016-11-11 21:23:13 +08:00
|
|
|
# CHECK: {{.*}}/build/foo.o
|