[lld] r181652 - [lld] Fix typo in document.
Rui Ueyama
ruiu at google.com
Fri May 10 17:26:26 PDT 2013
Author: ruiu
Date: Fri May 10 19:26:26 2013
New Revision: 181652
URL: http://llvm.org/viewvc/llvm-project?rev=181652&view=rev
Log:
[lld] Fix typo in document.
Modified:
lld/trunk/docs/development.rst
Modified: lld/trunk/docs/development.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/development.rst?rev=181652&r1=181651&r2=181652&view=diff
==============================================================================
--- lld/trunk/docs/development.rst (original)
+++ lld/trunk/docs/development.rst Fri May 10 19:26:26 2013
@@ -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.
More information about the llvm-commits
mailing list