[llvm-commits] [llvm] r158728 - /llvm/trunk/docs/Projects.rst
Bill Wendling
isanbard at gmail.com
Tue Jun 19 10:48:06 PDT 2012
Author: void
Date: Tue Jun 19 12:48:06 2012
New Revision: 158728
URL: http://llvm.org/viewvc/llvm-project?rev=158728&view=rev
Log:
Indent coding examples.
Modified:
llvm/trunk/docs/Projects.rst
Modified: llvm/trunk/docs/Projects.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Projects.rst?rev=158728&r1=158727&r2=158728&view=diff
==============================================================================
--- llvm/trunk/docs/Projects.rst (original)
+++ llvm/trunk/docs/Projects.rst Tue Jun 19 12:48:06 2012
@@ -85,10 +85,10 @@
with these commands. (You must be using ``Autoconf`` version 2.59 or later
and your ``aclocal`` version should be 1.9 or later.)
-.. code-block:: bash
+ .. code-block:: bash
- % cd autoconf
- % ./AutoRegen.sh
+ % cd autoconf
+ % ./AutoRegen.sh
6. Run ``configure`` in the directory in which you want to place object code.
Use the following options to tell your project where it can find LLVM:
@@ -280,9 +280,9 @@
For example, to link ``libsample.so``, you would have the following line in
your ``Makefile``:
-.. code-block:: Makefile
+ .. code-block:: Makefile
- LIBS += -lsample
+ LIBS += -lsample
Note that ``LIBS`` must occur in the Makefile after the inclusion of
``Makefile.common``.
More information about the llvm-commits
mailing list