[PATCH] D110750: [clang] Fix sentence in the usage section of ThinLTO docs.
Frederic Cambus via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 29 11:56:29 PDT 2021
fcambus created this revision.
fcambus added reviewers: tejohnson, xgupta.
Herald added subscribers: ormris, steven_wu, hiraditya, inglorion.
fcambus requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D110750
Files:
clang/docs/ThinLTO.rst
Index: clang/docs/ThinLTO.rst
===================================================================
--- clang/docs/ThinLTO.rst
+++ clang/docs/ThinLTO.rst
@@ -87,7 +87,7 @@
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:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110750.375987.patch
Type: text/x-patch
Size: 548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210929/1d1be0e1/attachment.bin>
More information about the cfe-commits
mailing list