[LLVMdev] Question about llvm::dbg()

David Greene dag at cray.com
Wed Jan 20 07:21:47 PST 2010


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



More information about the llvm-dev mailing list