search for: op0tion

Displaying 3 results from an estimated 3 matches for "op0tion".

Did you mean: olution
2009 Dec 18
2
[LLVMdev] [PATCH] Implement dbgs()
...quot;llvm/System/Signals.h" + using namespace llvm; // All Debug.h functionality is a no-op in NDEBUG mode. @@ -37,6 +40,15 @@ Debug("debug", cl::desc("Enable debug output"), cl::Hidden, cl::location(DebugFlag)); +// -debug-buffer-size - This is a command line op0tion to set the size +// of the debug stream circular buffer. The value is the number of +// characters to save. +static cl::opt<unsigned> +DebugBufferSize("debug-buffer-size", + llvm::cl::desc("Save last N characters of debug output " +...
2009 Dec 19
0
[LLVMdev] [PATCH] Implement dbgs()
...+ > using namespace llvm; > > // All Debug.h functionality is a no-op in NDEBUG mode. > @@ -37,6 +40,15 @@ > Debug("debug", cl::desc("Enable debug output"), cl::Hidden, > cl::location(DebugFlag)); > > +// -debug-buffer-size - This is a command line op0tion to set the > size > +// of the debug stream circular buffer. The value is the number of > +// characters to save. > +static cl::opt<unsigned> > +DebugBufferSize("debug-buffer-size", > + llvm::cl::desc("Save last N characters of debug > o...
2009 Dec 19
3
[LLVMdev] [PATCH] Implement dbgs()
On Friday 18 December 2009 19:56, Chris Lattner wrote: > > +// -debug-buffer-size - This is a command line op0tion to set the > > size > > +// of the debug stream circular buffer. The value is the number of > > +// characters to save. > > +static cl::opt<unsigned> > > +DebugBufferSize("debug-buffer-size", > > + llvm::cl::desc("Save last N...