Mercurial > hg > CbC > CbC_llvm
comparison test/ThinLTO/X86/emit_imports.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | 1172e4bd9c6f |
children | c2174574ed3a |
comparison
equal
deleted
inserted
replaced
120:1172e4bd9c6f | 121:803732b1fca8 |
---|---|
20 ; RUN: cat %t3.bc.imports | count 0 | 20 ; RUN: cat %t3.bc.imports | count 0 |
21 | 21 |
22 ; RUN: rm -f %t1.thinlto.bc %t1.bc.imports | 22 ; RUN: rm -f %t1.thinlto.bc %t1.bc.imports |
23 ; RUN: rm -f %t2.thinlto.bc %t2.bc.imports | 23 ; RUN: rm -f %t2.thinlto.bc %t2.bc.imports |
24 ; RUN: rm -f %t3.bc.thinlto.bc %t3.bc.imports | 24 ; RUN: rm -f %t3.bc.thinlto.bc %t3.bc.imports |
25 ; RUN: llvm-lto2 %t1.bc %t2.bc %t3.bc -o %t.o -save-temps \ | 25 ; RUN: llvm-lto2 run %t1.bc %t2.bc %t3.bc -o %t.o -save-temps \ |
26 ; RUN: -thinlto-distributed-indexes \ | 26 ; RUN: -thinlto-distributed-indexes \ |
27 ; RUN: -r=%t1.bc,g, \ | 27 ; RUN: -r=%t1.bc,g, \ |
28 ; RUN: -r=%t1.bc,f,px \ | 28 ; RUN: -r=%t1.bc,f,px \ |
29 ; RUN: -r=%t2.bc,g,px | 29 ; RUN: -r=%t2.bc,g,px |
30 | 30 |