forked from OSchip/llvm-project
Remove extra \
Should fix the windows bots. llvm-svn: 282181
This commit is contained in:
parent
15c579518d
commit
29c59cc15d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue