On Tuesday 19 January 2010 16:18, Jean-Daniel Dupas wrote:
> Maybe I miss something but I think there is a problem with this code in
> Support/Debug.cpp when compiling in Release build (NDEBUG defined):
>
> namespace llvm {
> /// dbgs - Return dbgs().
> raw_ostream &dbgs() {
> return dbgs();
> }
> }
I'll fix this.
-Dave