mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 11:59:09 +00:00
Allow DOUT to be used outside of the llvm namespace.
llvm-svn: 37753
This commit is contained in:
parent
69a6154359
commit
e94ef99437
@ -68,9 +68,9 @@ bool isCurrentDebugType(const char *Type);
|
||||
OStream &getErrorOutputStream(const char *DebugType);
|
||||
|
||||
#ifdef NDEBUG
|
||||
#define DOUT OStream(0)
|
||||
#define DOUT llvm::OStream(0)
|
||||
#else
|
||||
#define DOUT getErrorOutputStream(DEBUG_TYPE)
|
||||
#define DOUT llvm::getErrorOutputStream(DEBUG_TYPE)
|
||||
#endif
|
||||
|
||||
} // End llvm namespace
|
||||
|
Loading…
x
Reference in New Issue
Block a user