From 03ea9d4ee0fde29b900e2642ebb2debe5d63a4c0 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16000 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CFEBuildInstrs.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index 62c64e4a2eb..5d3cddc42ab 100644 --- a/docs/CFEBuildInstrs.html +++ b/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.

    + +
    + Building under AIX +
    + + +
    +

    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. +

    +
    +
    Instructions -- 2.34.1