diff options
Diffstat (limited to 'lld/test/ELF/linkerscript/linkerscript.s')
| -rw-r--r-- | lld/test/ELF/linkerscript/linkerscript.s | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lld/test/ELF/linkerscript/linkerscript.s b/lld/test/ELF/linkerscript/linkerscript.s index 4ee7416a4b8..29e5428e734 100644 --- a/lld/test/ELF/linkerscript/linkerscript.s +++ b/lld/test/ELF/linkerscript/linkerscript.s @@ -25,29 +25,29 @@ # RUN: llvm-readobj %t2 > /dev/null # RUN: echo "GROUP(\"%t\" libxyz.a )" > %t.script -# RUN: not ld.lld -o %t2 %t.script +# RUN: not ld.lld -o %t2 %t.script 2>/dev/null # RUN: ld.lld -o %t2 %t.script -L%t.dir # RUN: llvm-readobj %t2 > /dev/null # RUN: echo "GROUP(\"%t\" =libxyz.a )" > %t.script -# RUN: not ld.lld -o %t2 %t.script +# RUN: not ld.lld -o %t2 %t.script 2>/dev/null # RUN: ld.lld -o %t2 %t.script --sysroot=%t.dir # RUN: llvm-readobj %t2 > /dev/null # RUN: echo "GROUP(\"%t\" -lxyz )" > %t.script -# RUN: not ld.lld -o %t2 %t.script +# RUN: not ld.lld -o %t2 %t.script 2>/dev/null # RUN: ld.lld -o %t2 %t.script -L%t.dir # RUN: llvm-readobj %t2 > /dev/null # RUN: echo "GROUP(\"%t\" libxyz.a )" > %t.script -# RUN: not ld.lld -o %t2 %t.script +# RUN: not ld.lld -o %t2 %t.script 2>/dev/null # RUN: ld.lld -o %t2 %t.script -L%t.dir # RUN: llvm-readobj %t2 > /dev/null # RUN: echo "GROUP(\"%t\" /libxyz.a )" > %t.script # RUN: echo "GROUP(\"%t\" /libxyz.a )" > %t.dir/xyz.script -# RUN: not ld.lld -o %t2 %t.script -# RUN: not ld.lld -o %t2 %t.script --sysroot=%t.dir +# RUN: not ld.lld -o %t2 %t.script 2>/dev/null +# RUN: not ld.lld -o %t2 %t.script --sysroot=%t.dir 2>/dev/null # RUN: ld.lld -o %t2 %t.dir/xyz.script --sysroot=%t.dir # RUN: llvm-readobj %t2 > /dev/null |

