[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html
Misha Brukman
brukman at cs.uiuc.edu
Mon Aug 23 10:54:55 PDT 2004
Changes in directory llvm/docs:
CFEBuildInstrs.html updated: 1.23 -> 1.24
---
Log message:
Note: do not use GNU binutils under AIX, they're not stable.
---
Diffs of the changes: (+15 -1)
Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.23 llvm/docs/CFEBuildInstrs.html:1.24
--- llvm/docs/CFEBuildInstrs.html:1.23 Sat Aug 14 17:13:33 2004
+++ llvm/docs/CFEBuildInstrs.html Mon Aug 23 12:54:45 2004
@@ -16,6 +16,7 @@
<li><a href="#cautionarynote">A Cautionary Note</a>
<ul>
<li><a href="#cygwin">Building under Cygwin</a></li>
+ <li><a href="#aix">Building under AIX</a></li>
</ul>
</li>
<li><a href="#instructions">Instructions</a></li>
@@ -68,6 +69,19 @@
</p>
</div>
+<!--=========================================================================-->
+<div class="doc_subsection">
+ <a name="aix">Building under AIX</a>
+</div>
+<!--=========================================================================-->
+
+<div class="doc_text">
+<p>If you are building LLVM and the C front-end under AIX, do NOT use GNU
+Binutils. They are not stable under AIX and may produce incorrect and/or
+invalid code. Instead, use the system assembler and linker.
+</p>
+</div>
+
<!-- *********************************************************************** -->
<div class="doc_section">
<a name="instructions">Instructions</a>
@@ -300,7 +314,7 @@
Brian Gaeke<br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/08/14 22:13:33 $
+ Last modified: $Date: 2004/08/23 17:54:45 $
</address>
</body>
More information about the llvm-commits
mailing list