Temporary hack to see what is going on on a windows bot.

llvm-svn: 268302
This commit is contained in:
Rafael Espindola 2016-05-02 20:47:06 +00:00
parent 5ad7c820fc
commit 732c4646ee
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.dir/build1/foo.o
# RUN: cd %t.dir
# RUN: ld.lld --hash-style=gnu build1/foo.o -o bar -shared --as-needed --reproduce repro
# RUN: find .
# RUN: diff build1/foo.o repro/%:t.dir/build1/foo.o
# RUN: FileCheck %s --check-prefix=RSP < repro/response.txt