You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.cppduring build viafcd/python/bindings.pyfromllvm-c/Core.hseems a bit clumsy and easily broken when migrating to different versions of LLVM. Maybe worth a refactor?