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.

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