Lines Matching refs:thinlto
2 ; RUN: rm -fr %T/thinlto
3 ; RUN: mkdir %T/thinlto
4 ; RUN: opt -thinlto-bc -o %T/thinlto/main.obj %s
5 ; RUN: opt -thinlto-bc -o %T/thinlto/foo.obj %S/Inputs/lto-dep.ll
6 … RUN: lld-link /lldsavetemps /out:%T/thinlto/main.exe /entry:main /subsystem:console %T/thinlto/ma…
7 ; RUN: llvm-nm %T/thinlto/main.exe.lto.1.obj | FileCheck %s
10 … RUN: lld-link /lldsavetemps /out:%T/thinlto/main.exe /entry:main /subsystem:console %T/thinlto/ma…
11 ; RUN: llvm-nm %T/thinlto/main.exe.lto.1.obj | FileCheck %s
12 … RUN: lld-link /lldsavetemps /out:%T/thinlto/main.exe /entry:main /subsystem:console %T/thinlto/ma…
13 ; RUN: llvm-nm %T/thinlto/main.exe.lto.1.obj | FileCheck %s
14 … RUN: lld-link /lldsavetemps /out:%T/thinlto/main.exe /entry:main /subsystem:console %T/thinlto/ma…
15 ; RUN: llvm-nm %T/thinlto/main.exe.lto.1.obj | FileCheck %s
16 …: not lld-link /lldsavetemps /out:%T/thinlto/main.exe /entry:main /subsystem:console %T/thinlto/ma…
21 ; RUN: lld-link /lib %T/thinlto/foo.obj /out:%t.lib
22 ; RUN: lld-link /lldsavetemps /out:%t.exe /entry:main /subsystem:console %T/thinlto/main.obj %t.lib