We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44008a1 commit 2eed6e9Copy full SHA for 2eed6e9
llvm/docs/CFEBuildInstrs.html
@@ -108,6 +108,11 @@
108
<li>No inline assembly for position independent code. At the LLVM level,
109
everything is position independent.</li>
110
<li>We handle <tt>.init</tt> and <tt>.fini</tt> differently.</li>
111
+ <li>You may have to disable multilib support in your target. Using multilib
112
+ support causes the GCC compiler driver to add a lot of "<tt>-L</tt>"
113
+ options to the link line, which do not relate to LLVM and confuse
114
+ <tt>gccld</tt>. To disable multilibs, delete any
115
+ <tt>MULTILIB_OPTIONS</tt> lines from your target files.</li>
116
<li>Did we mention that we don't support inline assembly? You'll probably
117
have to add some fixinclude hacks to disable it in the system
118
headers.</li>
0 commit comments