aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/GettingStarted.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-07-16 08:52:56 +0000
committerBill Wendling <isanbard@gmail.com>2007-07-16 08:52:56 +0000
commita5d30d5d83270ecc1681bf2dafd0f6ce659d266e (patch)
tree44b70c88154dc0b724f71a9dae3c2c1bc39eb8d9 /llvm/docs/GettingStarted.html
parentaf5b63f6daa642daeab30df7313412ececacccad (diff)
downloadllvm-a5d30d5d83270ecc1681bf2dafd0f6ce659d266e.zip
llvm-a5d30d5d83270ecc1681bf2dafd0f6ce659d266e.tar.gz
llvm-a5d30d5d83270ecc1681bf2dafd0f6ce659d266e.tar.bz2
Fix validation errors
llvm-svn: 39917
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r--llvm/docs/GettingStarted.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 7c81ec0..079c819 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -524,14 +524,14 @@ the "<tt>convert_from_eh_region_ranges_1</tt>" GCC function.</p>
possibly others) does not compile LLVM correctly (it appears that exception
handling is broken in some cases). Please download the FSF 3.3.3 or upgrade
to a newer version of GCC.</p>
-<p><b>GCC 3.4.0</b> on linux/x86 (32-bit)</b>: GCC miscompiles portions of the
+<p><b>GCC 3.4.0 on linux/x86 (32-bit)</b>: GCC miscompiles portions of the
code generator, causing an infinite loop in the llvm-gcc build when built
with optimizations enabled (i.e. a release build).</p>
-<p><b>GCC 3.4.2</b> on linux/x86 (32-bit)</b>: GCC miscompiles portions of the
+<p><b>GCC 3.4.2 on linux/x86 (32-bit)</b>: GCC miscompiles portions of the
code generator at -O3, as with 3.4.0. However gcc 3.4.2 (unlike 3.4.0)
correctly compiles LLVM at -O2. A work around is to build release LLVM
builds with "make ENABLE_OPTIMIZED=1 OPTIMIZE_OPTION=-O2 ..."</p>
-<p><b>GCC 3.4.x</b> on X86-64/amd64</b>: GCC <a href="http://llvm.org/PR1056">
+<p><b>GCC 3.4.x on X86-64/amd64</b>: GCC <a href="http://llvm.org/PR1056">
miscompiles portions of LLVM</a>.</p>
<p><b>IA-64 GCC 4.0.0</b>: The IA-64 version of GCC 4.0.0 is known to
miscompile LLVM.</p>