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
In pyqir::module::Module::from_bitcode (#216), we call LLVMParseBitcodeInContext, which is deprecated. There is a newer LLVMParseBitcodeInContext2 but its error handling works differently, so we'll need to figure out how to prevent the program from aborting and get the error string.
The text was updated successfully, but these errors were encountered:
In pyqir::module::Module::from_bitcode (#216), we call LLVMParseBitcodeInContext, which is deprecated. There is a newer LLVMParseBitcodeInContext2 but its error handling works differently, so we'll need to figure out how to prevent the program from aborting and get the error string.
The text was updated successfully, but these errors were encountered: