aboutsummaryrefslogtreecommitdiff
path: root/python/python3-llvmlite/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2023-06-10 08:18:22 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-10 08:18:22 +0700
commit3bb8bfcb00329bff0784bcb99b47d5cd6ede01c2 (patch)
tree10d7f4b284fe10be172344cef725cb79b0e43d0c /python/python3-llvmlite/README
parent65e9a4cddae6a262227f7e37aa6bf91810bfe204 (diff)
python/python3-llvmlite: Added (Lightweight LLVM python binding).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-llvmlite/README')
-rw-r--r--python/python3-llvmlite/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-llvmlite/README b/python/python3-llvmlite/README
new file mode 100644
index 0000000000..7ff7f1e987
--- /dev/null
+++ b/python/python3-llvmlite/README
@@ -0,0 +1,10 @@
+python3-llvmlite (Lightweight LLVM python binding)
+
+llvmlite is a project originally tailored for Numba's needs, using the
+following approach:
+
+-A small C wrapper around the parts of the LLVM C++ API we need that
+are not already exposed by the LLVM C API.
+-A ctypes Python wrapper around the C API.
+-A pure Python implementation of the subset of the LLVM IR builder that
+we need for Numba.