Lines Matching full:imports
2 ; Partially copied from distributed_import.ll, and added checks for {dis|en}abling imports
4 ; RUN: rm -f %t1.bc.thinlto.bc %t2.bc.thinlto.bc %t.out.1 %t.out.2 %t1.bc.imports %t2.bc.imports
14 ; RUN: -thinlto-emit-imports \
23 ; RUN: mv %t1.bc.imports %t1.bc.imports.orig
24 ; RUN: mv %t2.bc.imports %t2.bc.imports.orig
41 ; Ensure imports weren't generated since -thinlto-emit-imports wasn't specified
42 ; RUN: not ls %t1.bc.imports
43 ; RUN: not ls %t2.bc.imports
51 ; Do the thin link again but also emit imports files now
54 ; RUN: -thinlto-emit-imports \
68 ; RUN: diff %t1.bc.imports %t1.bc.imports.orig
69 ; RUN: diff %t2.bc.imports %t2.bc.imports.orig