[llvm-commits] [llvm] r165380 - /llvm/trunk/docs/GettingStarted.rst

Sean Silva silvas at purdue.edu
Sun Oct 7 11:49:28 PDT 2012


Author: silvas
Date: Sun Oct  7 13:49:28 2012
New Revision: 165380

URL: http://llvm.org/viewvc/llvm-project?rev=165380&view=rev
Log:
Silence Sphinx warnings.

Found the fix on this page:
http://permalink.gmane.org/gmane.comp.python.sphinx.devel/112

Modified:
    llvm/trunk/docs/GettingStarted.rst

Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=165380&r1=165379&r2=165380&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Sun Oct  7 13:49:28 2012
@@ -321,7 +321,7 @@
 "``make ENABLE_OPTIMIZED=1 OPTIMIZE_OPTION=-O2 ...``"
 
 **GCC 3.4.x on X86-64/amd64**: GCC `miscompiles portions of LLVM
-<http://llvm.org/PR1056>`_.
+<http://llvm.org/PR1056>`__.
 
 **GCC 3.4.4 (CodeSourcery ARM 2005q3-2)**: this compiler miscompiles LLVM when
 building with optimizations enabled.  It appears to work with "``make
@@ -338,7 +338,7 @@
 share the problem.
 
 **GCC 4.1.1 on X86-64/amd64**: GCC `miscompiles portions of LLVM
-<http://llvm.org/PR1063>`_ when compiling llvm itself into 64-bit code.  LLVM
+<http://llvm.org/PR1063>`__ when compiling llvm itself into 64-bit code.  LLVM
 will appear to mostly work but will be buggy, e.g. failing portions of its
 testsuite.
 
@@ -374,12 +374,12 @@
 erroneous and the linkage is correct.  These messages disappear using ld 2.17.
 
 **GNU binutils 2.17**: Binutils 2.17 contains `a bug
-<http://sourceware.org/bugzilla/show_bug.cgi?id=3111>`_ which causes huge link
+<http://sourceware.org/bugzilla/show_bug.cgi?id=3111>`__ which causes huge link
 times (minutes instead of seconds) when building LLVM.  We recommend upgrading
 to a newer version (2.17.50.0.4 or later).
 
 **GNU Binutils 2.19.1 Gold**: This version of Gold contained `a bug
-<http://sourceware.org/bugzilla/show_bug.cgi?id=9836>`_ which causes
+<http://sourceware.org/bugzilla/show_bug.cgi?id=9836>`__ which causes
 intermittent failures when building LLVM with position independent code.  The
 symptom is an error about cyclic dependencies.  We recommend upgrading to a
 newer version of Gold.





More information about the llvm-commits mailing list