[lld] r268308 - Revert "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 14:21:26 PDT 2016


Author: rafael
Date: Mon May  2 16:21:26 2016
New Revision: 268308

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

This reverts commit r268302.

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=268308&r1=268307&r2=268308&view=diff
==============================================================================
--- lld/trunk/test/ELF/reproduce.s (original)
+++ lld/trunk/test/ELF/reproduce.s Mon May  2 16:21:26 2016
@@ -5,7 +5,6 @@
 # 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