• Home
  • Raw
  • Download

Lines Matching refs:script

6 # RUN: echo "{ global: foo1; foo3; local: *; };" > %t.script
8 # RUN: ld.lld --version-script %t.script -shared %t.o %t2.so -o %t.so --fatal-warnings
11 # RUN: echo "# comment" > %t3.script
12 # RUN: echo "{ local: *; # comment" >> %t3.script
13 # RUN: echo -n "}; # comment" >> %t3.script
14 # RUN: ld.lld --version-script %t3.script -shared %t.o %t2.so -o %t3.so
18 # RUN: echo "VERSION_1.0 { global : foo1; local : *; };" > %t4.script
19 # RUN: echo "VERSION_2.0 { global: foo3; local: *; };" >> %t4.script
20 # RUN: ld.lld --version-script %t4.script -shared %t.o %t2.so -o %t4.so --fatal-warnings
23 # RUN: echo "VERSION_1.0 { global: foo1; local: *; };" > %t5.script
24 # RUN: echo "{ global: foo3; local: *; };" >> %t5.script
25 # RUN: not ld.lld --version-script %t5.script -shared %t.o %t2.so -o /dev/null 2>&1 | \
29 # RUN: echo "{ global: foo1; local: *; };" > %t5.script
30 # RUN: echo "VERSION_2.0 { global: foo3; local: *; };" >> %t5.script
31 # RUN: not ld.lld --version-script %t5.script -shared %t.o %t2.so -o /dev/null 2>&1 | \
36 # RUN: ld.lld --version-script %t.script --dynamic-list %t.list %t.o %t2.so -o %t2
40 # RUN: echo "VERSION_1.0 { global : foo1; local : *; };" > %t7a.script
41 # RUN: echo "VERSION_2.0 { global: foo3; local: *; };" > %t7b.script
42 # RUN: ld.lld --version-script %t7a.script --version-script %t7b.script -shared %t.o %t2.so -o %t7.…
62 # RUN: echo "{ global: foo1; foo3; };" > %t2.script
64 # RUN: ld.lld --hash-style=sysv --version-script %t2.script -shared %t.o %t2.so -o %t.so
74 # RUN: echo "VERSION_1.0 { global: foo1; foo1; local: *; };" > %t8.script
75 # RUN: ld.lld --version-script %t8.script -shared %t.o -o /dev/null --fatal-warnings