summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-11-10 06:12:01 +0000
committerTanya Lattner <tonic@nondot.org>2008-11-10 06:12:01 +0000
commit6ef48d9cd19e240646533f303b304406a689be53 (patch)
tree5bab5cb4bfd23491a9961a86a284cace6d250a6b
parent623cd795967ba1fd5438c44a5ab2d9e2db7aa36a (diff)
parentab0caf241eaaeceed7de6c72fdd7a577b3fa49b7 (diff)
downloadllvm-svn-tags/RELEASE_24.tar.gz
Tag final 2.4 release.svn-tags/RELEASE_24
git-svn-id: https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_24@58975 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/GettingStarted.html14
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 904b3900d50b..0abf28180f8a 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -119,8 +119,7 @@ and performance.
<li><tt>cd <i>where-you-want-the-C-front-end-to-live</i></tt></li>
<li><tt>gunzip --stdout llvm-gcc.<i>platform</i>.tar.gz | tar -xvf -</tt>
</li>
- <ul><li>If the binary extension is ".bz" use bunzip2 instead of gunzip.</li>
- </ul>
+ <li>Note: If the binary extension is ".bz" use bunzip2 instead of gunzip.</li>
<li>Add llvm-gcc's "bin" directory to your PATH variable.</li>
</ol></li>
@@ -320,10 +319,10 @@ project.</li>
future. We highly recommend that you rebuild your current binutils with the
patch from <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=2659">
Binutils bugzilla</a>, if it wasn't already applied.</li>
-<li><a name="pf_9">XCode 2.5 and gcc 4.0.1 (Apple Build 5370) will trip
+<li><a name="pf_9">XCode 2.5 and gcc 4.0.1</a> (Apple Build 5370) will trip
internal LLVM assert messages when compiled for Release at optimization
- levels greater than 0 (i.e., <i>&ldquo;-O1&rdquo;</i> and higher).
- Add <i>OPTIMIZE_OPTION=&quot;-O0&quot;</i> to the build command line
+ levels greater than 0 (i.e., <i>"-O1"</i> and higher).
+ Add <i>OPTIMIZE_OPTION="-O0"</i> to the build command line
if compiling for LLVM Release or bootstrapping the LLVM toolchain.</li>
</ol>
</div>
@@ -556,6 +555,10 @@ the "<tt>convert_from_eh_region_ranges_1</tt>" GCC function.</p>
portions of its testsuite.</p>
<p><b>GCC 4.1.2 on OpenSUSE</b>: Seg faults during libstdc++ build and on x86_64
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>GNU ld 2.16.X</b>. 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 '<tt>tags</tt>' directory (instead of
subdirectories of the '<tt>tags</tt>' directory:</p>
<ul>
+<li>Release 2.4: <b>RELEASE_24</b></li>
<li>Release 2.3: <b>RELEASE_23</b></li>
<li>Release 2.2: <b>RELEASE_22</b></li>
<li>Release 2.1: <b>RELEASE_21</b></li>