You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
387 B
13 lines
387 B
# REQUIRES: x86
|
|
|
|
# Test that a repro archive 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
|
|
# RUN: ld.lld build/foo.o --reproduce repro.tar
|
|
# RUN: tar tf repro.tar | FileCheck -DPATH='repro/%:t.dir' %s
|
|
|
|
# CHECK: repro/response.txt
|
|
# CHECK: [[PATH]]/build/foo.o
|