Lines Matching refs:thinlto
5 ; RUN: opt -module-summary %p/Inputs/thinlto.ll -o %t2.obj
9 ; RUN: opt -module-summary %p/Inputs/thinlto-empty.ll -o %t3.obj
12 ; RUN: rm -f %t3.obj.imports %t3.obj.thinlto.bc
13 ; RUN: lld-link -entry:main -thinlto-index-only \
14 ; RUN: -thinlto-emit-imports-files %t1.obj %t2.obj %t3.obj -out:%t4.exe
17 ; Inputs/thinlto.ll
20 ; IMPORTS1: thinlto-emit-imports.ll.tmp2.obj
22 ; The imports file for Input/thinlto.ll is empty as it does not import anything.
29 ; RUN: ls %t3.obj.thinlto.bc
35 ; RUN: not lld-link -entry:main -thinlto-index-only \
36 ; RUN: -thinlto-emit-imports-files %t1.obj %t2.obj %t3.obj \
40 ; Ensure lld doesn't generate import files when thinlto-index-only is not enabled
44 ; RUN: lld-link -entry:main -thinlto-emit-imports-files \