diff options
| author | Bill Wendling <isanbard@gmail.com> | 2006-11-17 00:49:12 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2006-11-17 00:49:12 +0000 |
| commit | d7fda04420720e7487820bd7dff663484dbea0db (patch) | |
| tree | 26bf1c06be5f033ee17cf72db279680b208398e3 /llvm/lib/Support/Compressor.cpp | |
| parent | a715288b4028308aaf4c1160f101928f2abd65da (diff) | |
| download | bcm5719-llvm-d7fda04420720e7487820bd7dff663484dbea0db.tar.gz bcm5719-llvm-d7fda04420720e7487820bd7dff663484dbea0db.zip | |
Added "DOUT" macro. This is used as a replacement for the std::cerr
stream. It centralizes the use of std::cerr so that static c'tor/d'tors
aren't scattered around all over the place. The way to use it is like this:
DOUT << "This is a status line: " << Var << "\n";
If "-debug" is specified, it will print. Otherwise, it'll not print. If
NDEBUG is defined, the DOUT does nothing.
llvm-svn: 31798
Diffstat (limited to 'llvm/lib/Support/Compressor.cpp')
0 files changed, 0 insertions, 0 deletions

