I don't have much experience in creating python bindings to LLVM or C++ code in general, but the current generation of binding.cpp during build via fcd/python/bindings.py from llvm-c/Core.h seems a bit clumsy and easily broken when migrating to different versions of LLVM. Maybe worth a refactor?
I don't have much experience in creating python bindings to LLVM or C++ code in general, but the current generation of
binding.cpp
during build viafcd/python/bindings.py
fromllvm-c/Core.h
seems a bit clumsy and easily broken when migrating to different versions of LLVM. Maybe worth a refactor?