From 994c1432a6015faad08d2a15e843354a73fdfa52 Mon Sep 17 00:00:00 2001 From: "Travis E. Oliphant" Date: Sat, 10 Nov 2012 18:56:24 -0600 Subject: [PATCH] Add documentation for llvm_cbuilder --- docs/source/doc/llvm_cbuilder.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/source/doc/llvm_cbuilder.rst diff --git a/docs/source/doc/llvm_cbuilder.rst b/docs/source/doc/llvm_cbuilder.rst new file mode 100644 index 0000000..990bfb0 --- /dev/null +++ b/docs/source/doc/llvm_cbuilder.rst @@ -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. + +