[lld] r291212 - Attempt to unbreak buildbots.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 18:54:39 PST 2017


Author: ruiu
Date: Thu Jan  5 20:54:38 2017
New Revision: 291212

URL: http://llvm.org/viewvc/llvm-project?rev=291212&view=rev
Log:
Attempt to unbreak buildbots.

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

Modified: lld/trunk/test/ELF/reproduce-backslash.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/reproduce-backslash.s?rev=291212&r1=291211&r2=291212&view=diff
==============================================================================
--- lld/trunk/test/ELF/reproduce-backslash.s (original)
+++ lld/trunk/test/ELF/reproduce-backslash.s Thu Jan  5 20:54:38 2017
@@ -3,7 +3,7 @@
 # Test that we don't erroneously replace \ with / on UNIX, as it's
 # legal for a filename to contain backslashes.
 # RUN: llvm-mc %s -o foo\\.o -filetype=obj -triple=x86_64-pc-linux
-# RUN: ld.lld foo\\.o --reproduce repro
+# RUN: ld.lld foo\\.o --reproduce repro.tar
 # RUN: tar tf repro.tar | FileCheck %s
 
 # CHECK: repro/{{.*}}/foo\\.o




More information about the llvm-commits mailing list