[lld] r282181 - Remove extra \
Rafael Espindola via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 22 11:36:47 PDT 2016
Author: rafael
Date: Thu Sep 22 13:36:46 2016
New Revision: 282181
URL: http://llvm.org/viewvc/llvm-project?rev=282181&view=rev
Log:
Remove extra \
Should fix the windows bots.
Modified:
lld/trunk/test/ELF/linkerscript/orphan-align.s
Modified: lld/trunk/test/ELF/linkerscript/orphan-align.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/linkerscript/orphan-align.s?rev=282181&r1=282180&r2=282181&view=diff
==============================================================================
--- lld/trunk/test/ELF/linkerscript/orphan-align.s (original)
+++ lld/trunk/test/ELF/linkerscript/orphan-align.s Thu Sep 22 13:36:46 2016
@@ -4,7 +4,7 @@
# RUN: .text : { *(.text) } \
# RUN: . = ALIGN(0x1000); \
# RUN: .data.rel.ro : { *(.data.rel.ro) } \
-# RUN: }" \ > %t.script
+# RUN: }" > %t.script
# RUN: ld.lld -o %t -T %t.script %t.o -shared
# RUN: llvm-readobj -l %t | FileCheck %s
More information about the llvm-commits
mailing list