Lines Matching refs:multiple
80 ## The following tests check that if an address is matched by multiple order
83 # RUN: echo "_foo" > %t/ord-multiple-1
84 # RUN: echo "_main" >> %t/ord-multiple-1
85 # RUN: echo "foo.o:_foo" >> %t/ord-multiple-1
86 # RUN: %lld -o %t/test-1 %t/test.o %t/foo.o -order_file %t/ord-multiple-1
88 # RUN: %lld -o %t/test-1 %t/foo.o %t/test.o -order_file %t/ord-multiple-1
91 # RUN: echo "foo.o:_foo" > %t/ord-multiple-2
92 # RUN: echo "_main" >> %t/ord-multiple-2
93 # RUN: echo "_foo" >> %t/ord-multiple-2
94 # RUN: %lld -o %t/test-2 %t/test.o %t/foo.o -order_file %t/ord-multiple-2
96 # RUN: %lld -o %t/test-2 %t/foo.o %t/test.o -order_file %t/ord-multiple-2
99 # RUN: echo "_foo" > %t/ord-multiple-3
100 # RUN: echo "_main" >> %t/ord-multiple-3
101 # RUN: echo "_foo" >> %t/ord-multiple-3
102 # RUN: %lld -o %t/test-3 %t/test.o %t/foo.o -order_file %t/ord-multiple-3
104 # RUN: %lld -o %t/test-3 %t/foo.o %t/test.o -order_file %t/ord-multiple-3
107 # RUN: echo "foo.o:_foo" > %t/ord-multiple-4
108 # RUN: echo "_main" >> %t/ord-multiple-4
109 # RUN: echo "foo.o:_foo" >> %t/ord-multiple-4
110 # RUN: %lld -o %t/test-4 %t/test.o %t/foo.o -order_file %t/ord-multiple-4
112 # RUN: %lld -o %t/test-4 %t/foo.o %t/test.o -order_file %t/ord-multiple-4