We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae51fde commit 403bdd5Copy full SHA for 403bdd5
llvm/docs/JITLink.rst
@@ -568,8 +568,8 @@ Passes
568
------
569
570
JITLink passes are ``std::function<Error(LinkGraph&)>`` instances. They are free
571
-to inspect and modify the given ``LinkGraph`` and are subject to the constraints
572
-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
573
pass returns ``Error::success()`` then linking continues. If a pass returns
574
a failure value then linking is stopped and the ``JITLinkContext`` is notified
575
that the link failed.
0 commit comments