From a4fe992756d9c5c9175a3aaff45569fb84b73baa Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Sun, 7 Oct 2012 18:49:28 +0000 Subject: [PATCH] Silence Sphinx warnings. Found the fix on this page: http://permalink.gmane.org/gmane.comp.python.sphinx.devel/112 llvm-svn: 165380 --- llvm/docs/GettingStarted.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index fedd06e..d78c78f 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -321,7 +321,7 @@ compiles LLVM at -O2. A work around is to build release LLVM builds with "``make ENABLE_OPTIMIZED=1 OPTIMIZE_OPTION=-O2 ...``" **GCC 3.4.x on X86-64/amd64**: GCC `miscompiles portions of LLVM -`_. +`__. **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 @@ compiling some files. At the time of this writing, GCC mainline (4.2) did not share the problem. **GCC 4.1.1 on X86-64/amd64**: GCC `miscompiles portions of LLVM -`_ when compiling llvm itself into 64-bit code. LLVM +`__ 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 @@ defined in a discarded section. You can safely ignore these messages as they are erroneous and the linkage is correct. These messages disappear using ld 2.17. **GNU binutils 2.17**: Binutils 2.17 contains `a bug -`_ which causes huge link +`__ 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 -`_ which causes +`__ 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. -- 2.7.4