brintos

brintos / llvm-project-archived public Read only

0
0
Text · 319 B · 4697a99 Raw
10 lines · c
1// RUN: %clang_cl -c -flto=thin -Fo%t.obj -- %s2// RUN: llvm-lto2 run -thinlto-distributed-indexes -o %t.exe %t.obj3 4// -fthinlto_index should be passed to cc15// RUN: %clang_cl -### -c -fthinlto-index=%t.thinlto.bc -Fo%t1.obj \6// RUN:     -- %t.obj 2>&1 | FileCheck %s7 8// CHECK: -fthinlto-index=9// CHECK: "-x" "ir"10