diff options
author | Chris Lattner <sabre@nondot.org> | 2005-05-15 22:26:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-05-15 22:26:45 +0000 |
commit | f2b5e6edc0cc05fcd25fd31c7b2a5f9c08256dd3 (patch) | |
tree | d3bc4b61e26c581623c94dc3617dd1dd883d6143 /docs | |
parent | b9a5d6861bc2bf326a6c3ba03c742e298242bb91 (diff) | |
download | external_llvm-f2b5e6edc0cc05fcd25fd31c7b2a5f9c08256dd3.zip external_llvm-f2b5e6edc0cc05fcd25fd31c7b2a5f9c08256dd3.tar.gz external_llvm-f2b5e6edc0cc05fcd25fd31c7b2a5f9c08256dd3.tar.bz2 |
GCC4 + IA64 = badnews
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22075 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GettingStarted.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index b41000a..3831b4d 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -501,6 +501,8 @@ 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>IA-64 GCC 4.0.0</b>: The IA-64 version of GCC 4.0.0 is known to + miscompile LLVM.</p> </div> |