Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
5d2d5db1
"README.md" did not exist on "d97db682a33d42b3d0016bbc8ce0bc1eb2bbf23b"
Commit
5d2d5db1
authored
20 years ago
by
Reid Spencer
Browse files
Options
Downloads
Patches
Plain Diff
Revert last changes as they introduce CFE build problems.
llvm-svn: 19087
parent
fc195422
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/docs/CFEBuildInstrs.html
+3
-4
3 additions, 4 deletions
llvm/docs/CFEBuildInstrs.html
with
3 additions
and
4 deletions
llvm/docs/CFEBuildInstrs.html
+
3
−
4
View file @
5d2d5db1
...
@@ -131,7 +131,7 @@ invalid code. Instead, use the system assembler and linker.
...
@@ -131,7 +131,7 @@ invalid code. Instead, use the system assembler and linker.
<pre>
<pre>
% cd build
% cd build
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
--disable-shared --enable-languages=c,c++
--program-prefix=llvm
--disable-shared --enable-languages=c,c++
% gmake all; gmake install
% gmake all; gmake install
</pre>
</pre>
...
@@ -140,8 +140,7 @@ invalid code. Instead, use the system assembler and linker.
...
@@ -140,8 +140,7 @@ invalid code. Instead, use the system assembler and linker.
<pre>
<pre>
% cd build
% cd build
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
--disable-shared --enable-languages=c,c++ --disable-c-mbchar \
--disable-shared --enable-languages=c,c++ --disable-c-mbchar
--program-prefix=llvm
% gmake all; gmake install
% gmake all; gmake install
</pre>
</pre>
...
@@ -159,7 +158,7 @@ functions from C as referenced from C++, so we typically configure with
...
@@ -159,7 +158,7 @@ functions from C as referenced from C++, so we typically configure with
% cd build
% cd build
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
--disable-shared --enable-languages=c,c++ --host=sparcv9-sun-solaris2.8 \
--disable-shared --enable-languages=c,c++ --host=sparcv9-sun-solaris2.8 \
--disable-c-mbchar
--program-prefix=llvm
--disable-c-mbchar
% gmake all; gmake install
% gmake all; gmake install
</pre>
</pre>
...
...
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