[llvm-commits] [llvm] r158726 - /llvm/trunk/docs/Projects.rst

Bill Wendling isanbard at gmail.com
Tue Jun 19 10:43:58 PDT 2012


Author: void
Date: Tue Jun 19 12:43:57 2012
New Revision: 158726

URL: http://llvm.org/viewvc/llvm-project?rev=158726&view=rev
Log:
Remove bad HTML tags. Add missing :.

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=158726&r1=158725&r2=158726&view=diff
==============================================================================
--- llvm/trunk/docs/Projects.rst (original)
+++ llvm/trunk/docs/Projects.rst Tue Jun 19 12:43:57 2012
@@ -273,14 +273,14 @@
 
 ``LIBS``
 
-    To link dynamic libraries, add <tt>-l<library base name></tt> to the
-    ``LIBS`` variable.  The LLVM build system will look in the same places for
-    dynamic libraries as it does for static libraries.
+    To link dynamic libraries, add ``-l<library base name>`` to the ``LIBS``
+    variable.  The LLVM build system will look in the same places for dynamic
+    libraries as it does for static libraries.
 
     For example, to link ``libsample.so``, you would have the following line in
     your ``Makefile``:
 
-.. code-block: Makefile
+.. code-block:: Makefile
 
   LIBS += -lsample
 





More information about the llvm-commits mailing list