[llvm-commits] [release_1] CVS: llvm/docs/CFEBuildInstrs.html

John Criswell criswell at cs.uiuc.edu
Fri Oct 24 13:07:22 PDT 2003


Changes in directory llvm/docs:

CFEBuildInstrs.html updated: 1.3.2.2 -> 1.3.2.3

---
Log message:

Added note about multilib options.



---
Diffs of the changes:  (+6 -1)

Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.3.2.2 llvm/docs/CFEBuildInstrs.html:1.3.2.3
--- llvm/docs/CFEBuildInstrs.html:1.3.2.2	Thu Oct 23 17:15:14 2003
+++ llvm/docs/CFEBuildInstrs.html	Fri Oct 24 13:06:42 2003
@@ -108,6 +108,11 @@
   <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>
@@ -154,7 +159,7 @@
 <address><a href="mailto:gaeke -at- uiuc.edu">Brian Gaeke</a></address>
 <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
 <br>
-Last modified: $Date: 2003/10/23 22:15:14 $
+Last modified: $Date: 2003/10/24 18:06:42 $
 </font>
 
 </body>





More information about the llvm-commits mailing list