Searched refs:thinlto (Results 1 – 8 of 8) sorted by relevance
4 ; RUN: llvm-as %p/Inputs/thinlto.ll -o %t2.o6 ; RUN: --plugin-opt=thinlto \10 ; RUN: llvm-as -function-summary %p/Inputs/thinlto.ll -o %t2.o13 ; RUN: --plugin-opt=thinlto \15 ; RUN: llvm-bcanalyzer -dump %t3.thinlto.bc | FileCheck %s --check-prefix=COMBINED19 ; COMBINED-NEXT: <ENTRY {{.*}} record string = '{{.*}}/test/tools/gold/X86/Output/thinlto.ll.tmp{{.…20 ; COMBINED-NEXT: <ENTRY {{.*}} record string = '{{.*}}/test/tools/gold/X86/Output/thinlto.ll.tmp{{.…
3 ; RUN: llvm-as -function-summary %p/Inputs/thinlto.ll -o %t2.o4 ; RUN: llvm-lto -thinlto -o %t3 %t.o %t2.o5 ; RUN: llvm-bcanalyzer -dump %t3.thinlto.bc | FileCheck %s --check-prefix=COMBINED9 ; COMBINED-NEXT: <ENTRY {{.*}} record string = '{{.*}}thinlto.ll.tmp{{.*}}.o'10 ; COMBINED-NEXT: <ENTRY {{.*}} record string = '{{.*}}thinlto.ll.tmp{{.*}}.o'
6 ; RUN: llvm-lto -thinlto -o %t3 %t.bc %t2.bc11 ; RUN: llvm-lto -thinlto -o %t3 %t.bc %t2.bc15 ; RUN: llvm-link %t.bc -functionindex=%t3.thinlto.bc -S | FileCheck %s --check-prefix=EXPORTSTATIC27 ; RUN: llvm-link %t2.bc -functionindex=%t3.thinlto.bc -import=globalfunc1:%t.bc -S | FileCheck %s -…38 ; RUN: llvm-link %t2.bc -functionindex=%t3.thinlto.bc -import=globalfunc2:%t.bc -S | FileCheck %s -…46 ; RUN: llvm-link %t2.bc -functionindex=%t3.thinlto.bc -import=globalfunc1:%t.bc -import=globalfunc2…55 ; RUN: llvm-link %t2.bc -functionindex=%t3.thinlto.bc -import=globalfunc2:%t.bc -import=globalfunc1…63 ; RUN: llvm-link %t2.bc -functionindex=%t3.thinlto.bc -import=linkoncefunc:%t.bc -S | FileCheck %s …69 ; RUN: llvm-link %t2.bc -functionindex=%t3.thinlto.bc -import=referencestatics:%t.bc -S | FileCheck…80 ; RUN: llvm-link %t2.bc -functionindex=%t3.thinlto.bc -import=referenceglobals:%t.bc -S | FileCheck…[all …]
3 ; RUN: llvm-lto -thinlto -o %t3 %t.bc %t2.bc6 ; RUN: llvm-link %t.bc -functionindex=%t3.thinlto.bc -import=foo:%t2.bc -S | FileCheck %s
4 ; RUN: llvm-lto -thinlto -o %t3 %t.bc %t2.bc7 ; RUN: llvm-link %t2.bc -functionindex=%t3.thinlto.bc -import=func1:%t.bc -S | FileCheck %s
4 ; RUN: llvm-lto -thinlto -o %t3 %t.bc %t2.bc7 ; RUN: opt -function-import -summary-file %t3.thinlto.bc %s -S | FileCheck %s --check-prefix=CHECK …10 ; RUN: opt -function-import -summary-file %t3.thinlto.bc %s -import-instr-limit=5 -S | FileCheck %s…
4 ; RUN: llvm-lto -thinlto -o %t3 %t.bc %t2.bc7 ; RUN: opt -function-import -summary-file %t3.thinlto.bc %s -S | FileCheck %s
139 static bool thinlto = false; variable170 thinlto = true; in process_plugin_option()434 if (options::thinlto) in claim_file_hook()863 if (options::thinlto) { in allSymbolsReadHook()