search for: llvm_cerr

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

2006 Nov 27
0
[LLVMdev] Change in I/O Streams
...ack to support sstreams. This will be solved in the future. Here's what the changes are: Old Way New Way ------- ------- #include <iostream> #include "llvm/Support/Streams.h" or class llvm_ostream; // forward declaration std::cout llvm_cout std::cerr llvm_cerr std::cin llvm_cin DEBUG(std::cerr << "foo"); DOUT << "foo"; The changes are going to be gradual. I'll be checking them in over the next week. I'll send out more information about changes in the future. -bw