[llvm] 403bdd5 - [docs][JITLink] Fix a typo (NFC)
Stefan Gränitz via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 2 06:08:25 PST 2021
Author: Stefan Gränitz
Date: 2021-03-02T15:07:36+01:00
New Revision: 403bdd50069a246a9d3cf914164f1b80444b1ee0
URL: https://github.com/llvm/llvm-project/commit/403bdd50069a246a9d3cf914164f1b80444b1ee0
DIFF: https://github.com/llvm/llvm-project/commit/403bdd50069a246a9d3cf914164f1b80444b1ee0.diff
LOG: [docs][JITLink] Fix a typo (NFC)
Added:
Modified:
llvm/docs/JITLink.rst
Removed:
################################################################################
diff --git a/llvm/docs/JITLink.rst b/llvm/docs/JITLink.rst
index 3b808cec6b27..02bce7053355 100644
--- a/llvm/docs/JITLink.rst
+++ b/llvm/docs/JITLink.rst
@@ -568,8 +568,8 @@ Passes
------
JITLink passes are ``std::function<Error(LinkGraph&)>`` instances. They are free
-to inspect and modify the given ``LinkGraph`` and are subject to the constraints
-of whatever phase they are running in (see :ref:`generic_link_algorithm`). If a
+to inspect and modify the given ``LinkGraph`` subject to the constraints of
+whatever phase they are running in (see :ref:`generic_link_algorithm`). If a
pass returns ``Error::success()`` then linking continues. If a pass returns
a failure value then linking is stopped and the ``JITLinkContext`` is notified
that the link failed.
More information about the llvm-commits
mailing list