From 39efd01983c90aaed28a66fb06af7103efb4bbdc Mon Sep 17 00:00:00 2001
From: Misha Brukman
Date: Mon, 23 Aug 2004 17:54:45 +0000
Subject: [PATCH] Note: do not use GNU binutils under AIX, they're not stable.
llvm-svn: 16000
---
llvm/docs/CFEBuildInstrs.html | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html
index 62c64e4a2eb6..5d3cddc42abb 100644
--- a/llvm/docs/CFEBuildInstrs.html
+++ b/llvm/docs/CFEBuildInstrs.html
@@ -16,6 +16,7 @@
A Cautionary Note
Instructions
@@ -68,6 +69,19 @@ and Settings" directory). We welcome patches to fix this issue.
+
+
+
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.
+
+
+