diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 2924df3e69cd..e241294ddc00 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -191,9 +191,8 @@ now fully supported. This includes support for the Altivec instruction set. The Power Architecture 64-Bit ELFv2 ABI Specification is now supported, and is the default ABI for Little Endian. The ELFv1 ABI remains the default ABI -for Big Endian. Although use of ELFv1 on Little Endian or ELFv2 on Big -Endian can be selected via command-line option, this is not recommended or -even advisable. +for Big Endian. Currently, it is not possible to override these defaults. +That capability will be available (albeit not recommended) in a future release. Links to the ELFv2 ABI specification and to the Power ISA Version 2.07 specification may be found `here `_ (free registration required).