Remove extra \

Should fix the windows bots.

llvm-svn: 282181
This commit is contained in:
Rafael Espindola 2016-09-22 18:36:46 +00:00
parent 15c579518d
commit 29c59cc15d
1 changed files with 1 additions and 1 deletions

View File

@ -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