diff options
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index cbb7a5b..1fa3656 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -2525,6 +2525,9 @@ Target keeps null pointer checks, either due to the use of @item llvm_binutils Target is using an LLVM assembler and/or linker, instead of GNU Binutils. +@item lra +Target supports local register allocator (LRA). + @item lto Compiler has been configured to support link-time optimization (LTO). |