Is there anyway to parse .ll or .bc file into class <llvmlite.ir.Module>? #1117
Open
Description
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.