[Compbench-devel] CompBenchmarks++/libcompbenchmarks/Plan Plan-Batch.cpp, 1.11, 1.12
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-08-21 19:49:48
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Plan In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv490 Modified Files: Plan-Batch.cpp Log Message: Compiler descriptions added in output directory. Index: Plan-Batch.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Plan/Plan-Batch.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Plan-Batch.cpp 20 Aug 2007 17:08:50 -0000 1.11 --- Plan-Batch.cpp 21 Aug 2007 19:49:45 -0000 1.12 *************** *** 542,546 **** plan->outputDirectoryCopyHost(); plan->outputDirectoryCopyPlan(); ! } else { printf(" Batch %s, iteration %d/%d\n", id.c_str(), currentIteration(), totalIterations()); --- 542,546 ---- plan->outputDirectoryCopyHost(); plan->outputDirectoryCopyPlan(); ! plan->outputDirectoryCopyCompilers(); } else { printf(" Batch %s, iteration %d/%d\n", id.c_str(), currentIteration(), totalIterations()); |