[llvm] r210300 - Fix markup for -debug-only option

Alexey Samsonov vonosmas at gmail.com
Thu Jun 5 16:12:43 PDT 2014


Author: samsonov
Date: Thu Jun  5 18:12:43 2014
New Revision: 210300

URL: http://llvm.org/viewvc/llvm-project?rev=210300&view=rev
Log:
Fix markup for -debug-only option

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=210300&r1=210299&r2=210300&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.rst (original)
+++ llvm/trunk/docs/ProgrammersManual.rst Thu Jun  5 18:12:43 2014
@@ -387,7 +387,8 @@ Fine grained debug info with ``DEBUG_TYP
 Sometimes you may find yourself in a situation where enabling ``-debug`` just
 turns on **too much** information (such as when working on the code generator).
 If you want to enable debug information with more fine-grained control, you
-define the ``DEBUG_TYPE`` macro and the ``-debug`` only option as follows:
+can define the ``DEBUG_TYPE`` macro and use the ``-debug-only`` option as
+follows:
 
 .. code-block:: c++
 





More information about the llvm-commits mailing list