Lines Matching refs:script
10 # RUN: echo "GROUP(\"%t\")" > %t.script
11 # RUN: ld.lld -o %t2 %t.script
14 # RUN: echo "INPUT(\"%t\")" > %t.script
15 # RUN: ld.lld -o %t2 %t.script
18 # RUN: echo "GROUP(\"%t\" libxyz.a )" > %t.script
19 # RUN: not ld.lld -o /dev/null %t.script 2>/dev/null
20 # RUN: ld.lld -o %t2 %t.script -L%t.dir
23 # RUN: echo "GROUP(\"%t\" =libxyz.a )" > %t.script
24 # RUN: not ld.lld -o /dev/null %t.script 2>/dev/null
25 # RUN: ld.lld -o %t2 %t.script --sysroot=%t.dir
28 # RUN: echo "GROUP(\"%t\" -lxyz )" > %t.script
29 # RUN: not ld.lld -o /dev/null %t.script 2>/dev/null
30 # RUN: ld.lld -o %t2 %t.script -L%t.dir
33 # RUN: echo "GROUP(\"%t\" libxyz.a )" > %t.script
34 # RUN: not ld.lld -o /dev/null %t.script 2>/dev/null
35 # RUN: ld.lld -o %t2 %t.script -L%t.dir
38 # RUN: echo "GROUP(\"%t\" /libxyz.a )" > %t.script
39 # RUN: echo "GROUP(\"%t\" /libxyz.a )" > %t.dir/xyz.script
40 # RUN: not ld.lld -o /dev/null %t.script 2>/dev/null
41 # RUN: not ld.lld -o /dev/null %t.script --sysroot=%t.dir 2>/dev/null
42 # RUN: ld.lld -o %t2 %t.dir/xyz.script --sysroot=%t.dir
50 # RUN: echo "GROUP(AS_NEEDED(\"%t\"))" > %t.script
51 # RUN: ld.lld -o %t2 %t.script