summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-08-23 17:54:45 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-08-23 17:54:45 +0000
commit03ea9d4ee0fde29b900e2642ebb2debe5d63a4c0 (patch)
tree258e98fb3bf042e8f888f6f9dd89cd4dadb06112
parent7bf5dd39904673a5a005880730e2eea150da2898 (diff)
downloadllvm-03ea9d4ee0fde29b900e2642ebb2debe5d63a4c0.tar.gz
llvm-03ea9d4ee0fde29b900e2642ebb2debe5d63a4c0.tar.bz2
llvm-03ea9d4ee0fde29b900e2642ebb2debe5d63a4c0.tar.xz
Note: do not use GNU binutils under AIX, they're not stable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16000 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/CFEBuildInstrs.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html
index 62c64e4a2e..5d3cddc42a 100644
--- a/docs/CFEBuildInstrs.html
+++ b/docs/CFEBuildInstrs.html
@@ -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 @@ and Settings" directory). We welcome patches to fix this issue.
</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>