diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2008-12-10 16:11:10 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2008-12-10 16:11:10 +0000 |
commit | fc375a6449a0fa9a3fe493331711d84b228c137d (patch) | |
tree | ecbfcc6732ca907b4030f001559f0258b0836ce2 /docs | |
parent | c36ac04a14c797b40ee8df46e5016d318a974d29 (diff) | |
download | external_llvm-fc375a6449a0fa9a3fe493331711d84b228c137d.zip external_llvm-fc375a6449a0fa9a3fe493331711d84b228c137d.tar.gz external_llvm-fc375a6449a0fa9a3fe493331711d84b228c137d.tar.bz2 |
fix typo. thanks Baldrick for noticing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60841 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GettingStarted.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 79fb371..9dcf71f 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -558,7 +558,7 @@ platforms compiling md5.c gets a mangled constant.</p> <p><b>GCC 4.1.2 (20061115 (prerelease) (Debian 4.1.1-21)) on Debian</b>: Appears to miscompile parts of LLVM 2.4. One symptom is ValueSymbolTable complaining about symbols remaining in the table on destruction.</p> -<p><b>GCC 4.1.2 20071124 (Red Hat 4.1.2-42)</b>: Suffers from the same symptons +<p><b>GCC 4.1.2 20071124 (Red Hat 4.1.2-42)</b>: Suffers from the same symptoms as the previous one. It appears to work with ENABLE_OPTIMIZED=0 (the default).</p> <p><b>GNU ld 2.16.X</b>. Some 2.16.X versions of the ld linker will produce very |