summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Win32/DynamicLibrary.inc
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2006-11-17 00:49:12 +0000
committerBill Wendling <isanbard@gmail.com>2006-11-17 00:49:12 +0000
commitd7fda04420720e7487820bd7dff663484dbea0db (patch)
tree26bf1c06be5f033ee17cf72db279680b208398e3 /llvm/lib/System/Win32/DynamicLibrary.inc
parenta715288b4028308aaf4c1160f101928f2abd65da (diff)
downloadbcm5719-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/System/Win32/DynamicLibrary.inc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud