Lines Matching refs:thinlto
5 ; RUN: opt -module-summary %p/Inputs/thinlto.ll -o %t2.o
12 ; RUN: rm -f %t3.o.imports %t3.o.thinlto.bc
13 ; RUN: ld.lld --plugin-opt=thinlto-index-only --plugin-opt=thinlto-emit-imports-files -shared %t1.o…
16 ; Inputs/thinlto.ll
19 ; IMPORTS1: thinlto-emit-imports.ll.tmp2.o
21 ; The imports file for Input/thinlto.ll is empty as it does not import anything.
28 ; RUN: ls %t3.o.thinlto.bc
34 ; RUN: not ld.lld --plugin-opt=thinlto-index-only --plugin-opt=thinlto-emit-imports-files -shared %…
37 ; Ensure lld doesn't generate import files when thinlto-index-only is not enabled
41 ; RUN: ld.lld --plugin-opt=thinlto-emit-imports-files -shared %t1.o %t2.o %t3.o -o %t4
46 ; Check that imports files are generated also when --thinlto-index-only
49 ; RUN: ld.lld --thinlto-index-only --thinlto-emit-imports-files -shared %t1.o %t2.o %t3.o -o %t4