Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
llvm-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Oniro Core
llvm-project
Commits
5f298e09
Commit
5f298e09
authored
16 years ago
by
Tanya Lattner
Browse files
Options
Downloads
Patches
Plain Diff
Update for 2.4 release.
llvm-svn: 58972
parent
0af63acf
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/docs/GettingStarted.html
+9
-5
9 additions, 5 deletions
llvm/docs/GettingStarted.html
with
9 additions
and
5 deletions
llvm/docs/GettingStarted.html
+
9
−
5
View file @
5f298e09
...
@@ -119,8 +119,7 @@ and performance.
...
@@ -119,8 +119,7 @@ and performance.
<li><tt>
cd
<i>
where-you-want-the-C-front-end-to-live
</i></tt></li>
<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><tt>
gunzip --stdout llvm-gcc.
<i>
platform
</i>
.tar.gz | tar -xvf -
</tt>
</li>
</li>
<ul><li>
If the binary extension is ".bz" use bunzip2 instead of gunzip.
</li>
<li>
Note: If the binary extension is ".bz" use bunzip2 instead of gunzip.
</li>
</ul>
<li>
Add llvm-gcc's "bin" directory to your PATH variable.
</li>
<li>
Add llvm-gcc's "bin" directory to your PATH variable.
</li>
</ol></li>
</ol></li>
...
@@ -320,10 +319,10 @@ project.</li>
...
@@ -320,10 +319,10 @@ project.</li>
future. We highly recommend that you rebuild your current binutils with the
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"
>
patch from
<a
href=
"http://sourceware.org/bugzilla/show_bug.cgi?id=2659"
>
Binutils bugzilla
</a>
, if it wasn't already applied.
</li>
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
internal LLVM assert messages when compiled for Release at optimization
levels greater than 0 (i.e.,
<i>
“
-O1
”
</i>
and higher).
levels greater than 0 (i.e.,
<i>
"-O1"
</i>
and higher).
Add
<i>
OPTIMIZE_OPTION=
"
-O0
"
</i>
to the build command line
Add
<i>
OPTIMIZE_OPTION=
"-O0"
</i>
to the build command line
if compiling for LLVM Release or bootstrapping the LLVM toolchain.
</li>
if compiling for LLVM Release or bootstrapping the LLVM toolchain.
</li>
</ol>
</ol>
</div>
</div>
...
@@ -556,6 +555,10 @@ the "<tt>convert_from_eh_region_ranges_1</tt>" GCC function.</p>
...
@@ -556,6 +555,10 @@ the "<tt>convert_from_eh_region_ranges_1</tt>" GCC function.</p>
portions of its testsuite.
</p>
portions of its testsuite.
</p>
<p><b>
GCC 4.1.2 on OpenSUSE
</b>
: Seg faults during libstdc++ build and on x86_64
<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>
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
<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
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
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
...
@@ -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>
subdirectories of the '
<tt>
tags
</tt>
' directory:
</p>
<ul>
<ul>
<li>
Release 2.4:
<b>
RELEASE_24
</b></li>
<li>
Release 2.3:
<b>
RELEASE_23
</b></li>
<li>
Release 2.3:
<b>
RELEASE_23
</b></li>
<li>
Release 2.2:
<b>
RELEASE_22
</b></li>
<li>
Release 2.2:
<b>
RELEASE_22
</b></li>
<li>
Release 2.1:
<b>
RELEASE_21
</b></li>
<li>
Release 2.1:
<b>
RELEASE_21
</b></li>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment