From: Rafael Espindola Date: Mon, 2 May 2016 20:47:06 +0000 (+0000) Subject: Temporary hack to see what is going on on a windows bot. X-Git-Tag: llvmorg-3.9.0-rc1~7212 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=732c4646ee1095a06e3042c683af57ec7dd87004;p=platform%2Fupstream%2Fllvm.git Temporary hack to see what is going on on a windows bot. llvm-svn: 268302 --- diff --git a/lld/test/ELF/reproduce.s b/lld/test/ELF/reproduce.s index 33c3353..8906eab 100644 --- a/lld/test/ELF/reproduce.s +++ b/lld/test/ELF/reproduce.s @@ -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