summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2014-08-23 04:34:58 +0000
committerHans Wennborg <hans@hanshq.net>2014-08-23 04:34:58 +0000
commit9a01309b3b36710f74c982aa2abc44de7c692d0e (patch)
treee72613a8bed2f410d56b508a9a2cf60cb5e87554 /llvm/docs
parent916223b61fb0bf092adc2723e57429d62b9d569d (diff)
downloadbcm5719-llvm-9a01309b3b36710f74c982aa2abc44de7c692d0e.tar.gz
bcm5719-llvm-9a01309b3b36710f74c982aa2abc44de7c692d0e.zip
ProgrammersManual: the flag is called -debug-only
llvm-svn: 216316
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/ProgrammersManual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst
index 46ec15f93a3..447cadcacfc 100644
--- a/llvm/docs/ProgrammersManual.rst
+++ b/llvm/docs/ProgrammersManual.rst
@@ -422,7 +422,7 @@ to specify the debug type for the entire module (if you do this before you
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
OpenPOWER on IntegriCloud