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
2eed6e91
Commit
2eed6e91
authored
21 years ago
by
John Criswell
Browse files
Options
Downloads
Patches
Plain Diff
Added note about multilib options.
llvm-svn: 9476
parent
44008a16
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/docs/CFEBuildInstrs.html
+5
-0
5 additions, 0 deletions
llvm/docs/CFEBuildInstrs.html
with
5 additions
and
0 deletions
llvm/docs/CFEBuildInstrs.html
+
5
−
0
View file @
2eed6e91
...
...
@@ -108,6 +108,11 @@ process, and you should only try to do it if
<li>
No inline assembly for position independent code. At the LLVM level,
everything is position independent.
</li>
<li>
We handle
<tt>
.init
</tt>
and
<tt>
.fini
</tt>
differently.
</li>
<li>
You may have to disable multilib support in your target. Using multilib
support causes the GCC compiler driver to add a lot of "
<tt>
-L
</tt>
"
options to the link line, which do not relate to LLVM and confuse
<tt>
gccld
</tt>
. To disable multilibs, delete any
<tt>
MULTILIB_OPTIONS
</tt>
lines from your target files.
</li>
<li>
Did we mention that we don't support inline assembly? You'll probably
have to add some fixinclude hacks to disable it in the system
headers.
</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