mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 17:43:57 +00:00
[coroutines] Part 1 of N: Documentation
This is the first patch in the coroutine series. It contains the documentation for the coroutine intrinsics and their usage. Patch by Gor Nishanov! Differential Revision: https://reviews.llvm.org/D22603 llvm-svn: 276513
This commit is contained in:
parent
6f6825fe13
commit
a653927e8b
1218
llvm/docs/Coroutines.rst
Normal file
1218
llvm/docs/Coroutines.rst
Normal file
File diff suppressed because it is too large
Load Diff
@ -266,6 +266,7 @@ For API clients and LLVM developers.
|
||||
TypeMetadata
|
||||
FaultMaps
|
||||
MIRLangRef
|
||||
Coroutines
|
||||
|
||||
:doc:`WritingAnLLVMPass`
|
||||
Information on how to write LLVM transformations and analyses.
|
||||
@ -378,6 +379,9 @@ For API clients and LLVM developers.
|
||||
:doc:`CompileCudaWithLLVM`
|
||||
LLVM support for CUDA.
|
||||
|
||||
:doc:`Coroutines`
|
||||
LLVM support for coroutines.
|
||||
|
||||
Development Process Documentation
|
||||
=================================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user