search for: raw_outstream

Displaying 1 result from an estimated 1 matches for "raw_outstream".

Did you mean: raw_outstreams
2009 Aug 25
1
[LLVMdev] [llvm-commits] [llvm] r79615 - in /llvm/trunk/test/Analysis/Profiling: ./ 2009-08-21-irregular-loop.ll 2009-08-21-only-one-block.ll 2009-08-21-several-blocks.ll dg.exp
...the output since they seem not to be syncronized. How can I solve this? If I replace std::cout with outs() I get a whole bunch of error messages because the std::setw(3) are not usable with outs(). (This stuff is heavily used for output formating in llvm-prof.) Besides that, how can I format the raw_outstreams anyways? Andi