[llvm] r216316 - ProgrammersManual: the flag is called -debug-only
Hans Wennborg
hans at hanshq.net
Fri Aug 22 21:34:59 PDT 2014
Author: hans
Date: Fri Aug 22 23:34:58 2014
New Revision: 216316
URL: http://llvm.org/viewvc/llvm-project?rev=216316&view=rev
Log:
ProgrammersManual: the flag is called -debug-only
Modified:
llvm/trunk/docs/ProgrammersManual.rst
Modified: llvm/trunk/docs/ProgrammersManual.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.rst?rev=216316&r1=216315&r2=216316&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.rst (original)
+++ llvm/trunk/docs/ProgrammersManual.rst Fri Aug 22 23:34:58 2014
@@ -422,7 +422,7 @@ to specify the debug type for the entire
because there is no system in place to ensure that names do not conflict. If
two different modules use the same string, they will all be turned on when the
name is specified. This allows, for example, all debug information for
-instruction scheduling to be enabled with ``-debug-type=InstrSched``, even if
+instruction scheduling to be enabled with ``-debug-only=InstrSched``, even if
the source lives in multiple files.
The ``DEBUG_WITH_TYPE`` macro is also available for situations where you would
More information about the llvm-commits
mailing list