[lld] r268302 - Temporary hack to see what is going on on a windows bot.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 13:47:07 PDT 2016


Author: rafael
Date: Mon May  2 15:47:06 2016
New Revision: 268302

URL: http://llvm.org/viewvc/llvm-project?rev=268302&view=rev
Log:
Temporary hack to see what is going on on a windows bot.

Modified:
    lld/trunk/test/ELF/reproduce.s

Modified: lld/trunk/test/ELF/reproduce.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/reproduce.s?rev=268302&r1=268301&r2=268302&view=diff
==============================================================================
--- lld/trunk/test/ELF/reproduce.s (original)
+++ lld/trunk/test/ELF/reproduce.s Mon May  2 15:47:06 2016
@@ -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




More information about the llvm-commits mailing list