You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llvm/docs/Coroutines.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -759,7 +759,7 @@ is extended by:
759
759
760
760
#. defining custom ABIs that inherit from the existing ABIs,
761
761
#. give a list of generators for the custom ABIs when constructing the `CoroSplit`_ pass, and
762
-
#. use `coro.begin.custom.abi` in place of `coro.begin` that has an additional parameter for the index of the generator/ABI to be used for the coroutine.
762
+
#. use `coro.begin.custom.abi`_ in place of `coro.begin`_ that has an additional parameter for the index of the generator/ABI to be used for the coroutine.
763
763
764
764
A custom ABI overriding the SwitchABI's materialization looks like:
0 commit comments