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

Chris Lattner lattner at cs.uiuc.edu
Fri Oct 24 11:03:01 PDT 2003


Changes in directory llvm/docs:

CFEBuildInstrs.html updated: 1.3 -> 1.4

---
Log message:

Add note about multilibs.  THis should go into the 1.0 release if possible


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

Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.3 llvm/docs/CFEBuildInstrs.html:1.4
--- llvm/docs/CFEBuildInstrs.html:1.3	Wed Oct 22 22:55:23 2003
+++ llvm/docs/CFEBuildInstrs.html	Fri Oct 24 11:02:34 2003
@@ -105,6 +105,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>
@@ -149,7 +154,7 @@
 
 <hr><font size="-1">
 <address><a href="mailto:gaeke -at- uiuc.edu">Brian Gaeke</a></address>
-Last modified: $Date: 2003/10/23 03:55:23 $
+Last modified: $Date: 2003/10/24 16:02:34 $
 </font>
 
 </body>





More information about the llvm-commits mailing list