Lines Matching refs:thinlto
1 ; Test to make sure the thinlto-object-suffix-replace option is handled
6 ; RUN: opt -thinlto-bc %s -thin-link-bitcode-file=%t1.thinlink.bc -o %t1.o
12 ; RUN: --plugin-opt=thinlto \
13 ; RUN: --plugin-opt=thinlto-index-only \
15 ; RUN: cp %t1.o.thinlto.bc %t1.o.thinlto.bc.orig
19 ; RUN: rm -f %t1.o.thinlto.bc
24 ; RUN: --plugin-opt=thinlto \
25 ; RUN: --plugin-opt=thinlto-index-only \
26 ; RUN: --plugin-opt=thinlto-object-suffix-replace=".thinlink.bc;.o" \
28 ; RUN: diff %t1.o.thinlto.bc.orig %t1.o.thinlto.bc
31 ; so ".thinlto.bc" will simply be appended to the input file name.
32 ; RUN: rm -f %t1.thinlink.bc.thinlto.bc
35 ; RUN: --plugin-opt=thinlto \
36 ; RUN: --plugin-opt=thinlto-index-only \
37 ; RUN: --plugin-opt=thinlto-object-suffix-replace=".abc;.o" \
39 ; RUN: ls %t1.thinlink.bc.thinlto.bc