From f82242de035d007b71a13c1db3bfc5c75524f68a Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 10 Dec 2008 16:11:10 +0000 Subject: [PATCH] fix typo. thanks Baldrick for noticing git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60841 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 79fb371e264..9dcf71f572d 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -558,7 +558,7 @@ platforms compiling md5.c gets a mangled constant.

GCC 4.1.2 (20061115 (prerelease) (Debian 4.1.1-21)) on Debian: Appears to miscompile parts of LLVM 2.4. One symptom is ValueSymbolTable complaining about symbols remaining in the table on destruction.

-

GCC 4.1.2 20071124 (Red Hat 4.1.2-42): Suffers from the same symptons +

GCC 4.1.2 20071124 (Red Hat 4.1.2-42): Suffers from the same symptoms as the previous one. It appears to work with ENABLE_OPTIMIZED=0 (the default).

GNU ld 2.16.X. Some 2.16.X versions of the ld linker will produce very -- 2.34.1