From 01641f665f5a3f94fc9e2bba598b5a65a6a7bd01 Mon Sep 17 00:00:00 2001 From: Frederic Cambus Date: Thu, 30 Sep 2021 07:26:01 +0530 Subject: [PATCH] [clang] Fix sentence in the usage section of ThinLTO docs. Reviewed By: tejohnson Differential Revision: https://reviews.llvm.org/D110750 --- clang/docs/ThinLTO.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/ThinLTO.rst b/clang/docs/ThinLTO.rst index fa6d28e..579a513 100644 --- a/clang/docs/ThinLTO.rst +++ b/clang/docs/ThinLTO.rst @@ -87,7 +87,7 @@ When using lld-link, the -flto option need only be added to the compile step: As mentioned earlier, by default the linkers will launch the ThinLTO backend threads in parallel, passing the resulting native object files back to the -linker for the final native link. As such, the usage model the same as +linker for the final native link. As such, the usage model is the same as non-LTO. With gold, if you see an error during the link of the form: -- 2.7.4