Add documentation for llvm_cbuilder
This commit is contained in:
parent
a52db30af8
commit
994c1432a6
1 changed files with 12 additions and 0 deletions
12
docs/source/doc/llvm_cbuilder.rst
Normal file
12
docs/source/doc/llvm_cbuilder.rst
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
llvm_cbuilder
|
||||
=========
|
||||
|
||||
llvm_cbuilder is a set of Python-contexts you can use to write C-like
|
||||
constructs in Python which generates llvmpy code directly.
|
||||
|
||||
Similar to llpython it allows you to build llvm IR without using the
|
||||
llvmpy interface directly.
|
||||
|
||||
Look in the llvm_cbuilder tests directory for examples of use.
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue