From ab0caf241eaaeceed7de6c72fdd7a577b3fa49b7 Mon Sep 17 00:00:00 2001
From: Tanya Lattner
Date: Mon, 10 Nov 2008 06:08:34 +0000
Subject: Update for 2.4 release.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_24@58972 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/GettingStarted.html | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 904b3900d5..0abf28180f 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -119,8 +119,7 @@ and performance.
cd where-you-want-the-C-front-end-to-live
gunzip --stdout llvm-gcc.platform.tar.gz | tar -xvf -
- - If the binary extension is ".bz" use bunzip2 instead of gunzip.
-
+ Note: If the binary extension is ".bz" use bunzip2 instead of gunzip.
Add llvm-gcc's "bin" directory to your PATH variable.
@@ -320,10 +319,10 @@ project.
future. We highly recommend that you rebuild your current binutils with the
patch from
Binutils bugzilla, if it wasn't already applied.
-XCode 2.5 and gcc 4.0.1 (Apple Build 5370) will trip
+XCode 2.5 and gcc 4.0.1 (Apple Build 5370) will trip
internal LLVM assert messages when compiled for Release at optimization
- levels greater than 0 (i.e., “-O1” and higher).
- Add OPTIMIZE_OPTION="-O0" to the build command line
+ levels greater than 0 (i.e., "-O1" and higher).
+ Add OPTIMIZE_OPTION="-O0" to the build command line
if compiling for LLVM Release or bootstrapping the LLVM toolchain.
@@ -556,6 +555,10 @@ the "convert_from_eh_region_ranges_1" GCC function.
portions of its testsuite.
GCC 4.1.2 on OpenSUSE: Seg faults during libstdc++ build and on x86_64
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.
+
GNU ld 2.16.X. Some 2.16.X versions of the ld linker will produce very
long warning messages complaining that some ".gnu.linkonce.t.*" symbol was
defined in a discarded section. You can safely ignore these messages as they are
@@ -712,6 +715,7 @@ revision), you can checkout it from the 'tags' directory (instead of
subdirectories of the 'tags' directory:
+- Release 2.4: RELEASE_24
- Release 2.3: RELEASE_23
- Release 2.2: RELEASE_22
- Release 2.1: RELEASE_21
--
cgit v1.2.3-18-g5258