[llvm-dev] llvm and python bindings under windows
Tim Northover via llvm-dev
llvm-dev at lists.llvm.org
Mon Sep 24 07:10:13 PDT 2018
On Mon, 24 Sep 2018 at 15:00, mayuyu.io via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> You don’t have to use LLC and Clang as standalone tools. There are APIs for them. You can write Python Bindings around the native LLVM libraries to call them
To me it looked like llvmlite didn't have bindings for ahead-of-time
compilation. It ought to be fairly easy to add them, but right now it
might not exactly match Germano's use.
Tim.
More information about the llvm-dev
mailing list