diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2014-06-05 23:12:43 +0000 |
---|---|---|
committer | Alexey Samsonov <vonosmas@gmail.com> | 2014-06-05 23:12:43 +0000 |
commit | 6c0ddfe9a6087c497d4b62b365d766325baebc49 (patch) | |
tree | 409b4e49627e8c5ce5f69b8fd4c9ab36ba6a2f4c /llvm/docs/ProgrammersManual.rst | |
parent | 45d638a3fdb2f6de8b5c8c7d59f476c00d60bd2e (diff) | |
download | bcm5719-llvm-6c0ddfe9a6087c497d4b62b365d766325baebc49.tar.gz bcm5719-llvm-6c0ddfe9a6087c497d4b62b365d766325baebc49.zip |
Fix markup for -debug-only option
llvm-svn: 210300
Diffstat (limited to 'llvm/docs/ProgrammersManual.rst')
-rw-r--r-- | llvm/docs/ProgrammersManual.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst index 8d9668e4eec..9838ba2eccd 100644 --- a/llvm/docs/ProgrammersManual.rst +++ b/llvm/docs/ProgrammersManual.rst @@ -387,7 +387,8 @@ Fine grained debug info with ``DEBUG_TYPE`` and the ``-debug-only`` option 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++ |