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 | f82242de035d007b71a13c1db3bfc5c75524f68a (patch) | |
tree | ecbfcc6732ca907b4030f001559f0258b0836ce2 /docs/GettingStarted.html | |
parent | 58dc0b55340dbaf0b50a8051df8c44f3e312ccf1 (diff) | |
download | external_llvm-f82242de035d007b71a13c1db3bfc5c75524f68a.zip external_llvm-f82242de035d007b71a13c1db3bfc5c75524f68a.tar.gz external_llvm-f82242de035d007b71a13c1db3bfc5c75524f68a.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/GettingStarted.html')
-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 |