forked from OSchip/llvm-project
Fix test now that --reproduce takes a full filename.
llvm-svn: 291261
This commit is contained in:
parent
4c31a209df
commit
4b9610ba28
|
@ -5,6 +5,6 @@
|
|||
# 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
|
||||
# RUN: ld.lld build/foo.o --reproduce repro.tar
|
||||
# RUN: tar -O -x -f repro.tar repro/response.txt | FileCheck %s
|
||||
# CHECK: {{.*}}/build/foo.o
|
||||
|
|
Loading…
Reference in New Issue