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 noticed that this requirement was mentioned in 2018 and 2021. I would like to know whether the current version of llvmlite supports parsing .ll files into IR modules.
It appears that llvmlite.binding cannot modify module members like ir.Builder can, so it does not meet my requirements.
The text was updated successfully, but these errors were encountered:
It's still not possible, and it would be a large effort to implement - for example, I note that the LLVM LLParser.cpp file is approximately 10,000 lines of handcrafted parser.
I noticed that this requirement was mentioned in 2018 and 2021. I would like to know whether the current version of llvmlite supports parsing .ll files into IR modules.
It appears that llvmlite.binding cannot modify module members like ir.Builder can, so it does not meet my requirements.
The text was updated successfully, but these errors were encountered: