Lines Matching refs:script
6 # RUN: echo "EXTERN( undef undef2 \"undef3\" \"undef4@@other\")" > %t.script
7 # RUN: ld.lld %t -o %t2 %t.script
10 # RUN: echo "OUTPUT_FORMAT(elf64-x86-64) /*/*/ GROUP(\"%t\" )" > %t.script
11 # RUN: ld.lld -o %t2 %t.script
15 # RUN: echo "OUTPUT(\"%t.out\")" > %t.script
16 # RUN: ld.lld %t.script %t
19 # RUN: echo "SEARCH_DIR(/lib/foo/blah)" > %t.script
20 # RUN: ld.lld %t.script %t -o %t.out
23 # RUN: echo ";SEARCH_DIR(x);SEARCH_DIR(y);" > %t.script
24 # RUN: ld.lld %t.script %t -o %t.out
27 # RUN: echo ";" > %t.script
28 # RUN: ld.lld %t.script %t -o %t.out
37 # RUN: echo "INCLUDE \"foo.script\"" > %t.script
38 # RUN: echo "OUTPUT(\"%t.out\")" > %t.dir/foo.script
39 # RUN: not ld.lld %t.script -o /dev/null > %t.log 2>&1
41 # INCLUDE_ERR: error: {{.+}}.script:1: cannot find linker script foo.script
43 # RUN: ld.lld -L %t.dir %t.script %t
45 # RUN: echo "FOO(BAR)" > %t.script
46 # RUN: not ld.lld -o /dev/null %t.script > %t.log 2>&1