diff options
author | Rui Ueyama <ruiu@google.com> | 2013-05-11 00:26:26 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2013-05-11 00:26:26 +0000 |
commit | 0227be6b0e8a10019cf32022e356c78f116590ce (patch) | |
tree | a1e1c43fddde8c27a323314d2e058f67544fe268 | |
parent | f9b57b9d77cd2b69073310cf265206e4452b0ac8 (diff) | |
download | bcm5719-llvm-0227be6b0e8a10019cf32022e356c78f116590ce.tar.gz bcm5719-llvm-0227be6b0e8a10019cf32022e356c78f116590ce.zip |
[lld] Fix typo in document.
llvm-svn: 181652
-rw-r--r-- | lld/docs/development.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/docs/development.rst b/lld/docs/development.rst index 4a0af414155..918e1778b80 100644 --- a/lld/docs/development.rst +++ b/lld/docs/development.rst @@ -25,9 +25,9 @@ See :doc:`Driver`. Debugging --------- -You can run lld with ``-mllvm=-debug`` command line option to enable debugging +You can run lld with ``-mllvm -debug`` command line options to enable debugging printouts. If you want to enable debug information for some specific pass, you -can run it with ``-mllvm='-debug-only <pass>'``, where pass is a name used in +can run it with ``-mllvm '-debug-only=<pass>'``, where pass is a name used in the ``DEBUG_WITH_TYPE()`` macro. |