Lines Matching full:imports
7 ; RUN: rm -f %t3.bc.imports
11 ; The imports file for this module contains the bitcode file for
13 ; RUN: cat %t1.bc.imports | count 2
14 ; RUN: cat %t1.bc.imports | FileCheck %s --check-prefix=IMPORTS1
18 ; The imports file for Input/emit_imports.ll is empty as it does not import anything.
19 ; RUN: cat %t2.bc.imports | count 0
21 ; The imports file for Input/empty.ll is empty but should exist.
22 ; RUN: cat %t3.bc.imports | count 0
24 ; RUN: rm -f %t1.thinlto.bc %t1.bc.imports
25 ; RUN: rm -f %t2.thinlto.bc %t2.bc.imports
26 ; RUN: rm -f %t3.bc.thinlto.bc %t3.bc.imports
35 ; Ensure imports weren't generated since -thinlto-emit-imports wasn't specified
36 ; RUN: not ls %t1.bc.imports
37 ; RUN: not ls %t2.bc.imports
38 ; RUN: not ls %t3.bc.imports
42 ; RUN: -thinlto-emit-imports \
49 ; RUN: cat %t1.bc.imports | count 2
50 ; RUN: cat %t1.bc.imports | FileCheck %s --check-prefix=IMPORTS1
52 ; The imports file for Input/emit_imports.ll is empty as it does not import anything.
53 ; RUN: cat %t2.bc.imports | count 0
55 ; The imports file for Input/empty.ll is empty but should exist.
56 ; RUN: cat %t3.bc.imports | count 0