[llvm-dev] llvm and python bindings under windows

mayuyu.io via llvm-dev llvm-dev at lists.llvm.org
Mon Sep 24 07:48:26 PDT 2018


I’m aware of that. However since Germano wants a installation where he doesn’t need to have the full LLVM suite installed, i figured crafting his own AOT binding and statically linking everything is the way to go IMHO

Zhang

> 在 2018年9月24日,15:10,Tim Northover <t.p.northover at gmail.com> 写道:
> 
> 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