Lines Matching refs:script
6 # RUN: echo "SECTIONS{.foo :{ KEEP(*x.o(.foo)) KEEP(*y.o(.foo)) }}" > %t1.script
7 # RUN: ld.lld -o %t1 --script %t1.script %tx.o %ty.o
12 # RUN: echo "SECTIONS{.foo :{ KEEP(*y.o(.foo)) KEEP(*x.o(.foo)) }}" > %t2.script
13 # RUN: ld.lld -o %t2 --script %t2.script %tx.o %ty.o
20 # RUN: echo "SECTIONS{.foo :{ *x.o(.foo) *y.o(.foo) }}" > %t3.script
21 # RUN: ld.lld -o %t3 --script %t3.script %tx.o %ty.o
24 # RUN: echo "SECTIONS{.foo :{ *y.o(.foo) *x.o(.foo) }}" > %t4.script
25 # RUN: ld.lld -o %t4 --script %t4.script %tx.o %ty.o
33 …IONS{.foo :{ \"%/t.dir/filename-spec2.o\"(.foo) \"%/t.dir/filename-spec1.o\"(.foo) }}" > %t5.script
34 # RUN: ld.lld -o %t5 --script %t5.script \
38 …IONS{.foo :{ \"%/t.dir/filename-spec1.o\"(.foo) \"%/t.dir/filename-spec2.o\"(.foo) }}" > %t6.script
39 # RUN: ld.lld -o %t6 --script %t6.script \
52 # RUN: echo "SECTIONS{.foo :{ *lib2*(.foo) *lib1*(.foo) }}" > %t7.script
53 # RUN: ld.lld -o %t7 --script %t7.script --whole-archive \
58 # RUN: echo "SECTIONS{.foo :{ *testdir2*(.foo) *testdir1*(.foo) }}" > %t8.script
59 # RUN: ld.lld -o %t8 --script %t8.script --whole-archive \
64 # RUN: echo "SECTIONS{.foo :{ KEEP(*lib2*(.foo)) KEEP(*lib1*(.foo)) }}" > %t9.script
65 # RUN: ld.lld -o %t9 --script %t9.script --whole-archive \
70 # RUN: echo "SECTIONS{.foo :{ KEEP(*testdir2*(.foo)) KEEP(*testdir1*(.foo)) }}" > %t10.script
71 # RUN: ld.lld -o %t10 --script %t10.script --whole-archive \