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 ...
With Python ctypes, Python can directly call (foreign) C functions defined in shared object (.so) on Linux. This note documents the compiling and linking of C functions in Ubuntu 24.04.2 LTS ...