Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update use of deprecated LLVMParseBitcodeInContext #217

Open
bamarsha opened this issue Dec 12, 2022 · 0 comments
Open

Update use of deprecated LLVMParseBitcodeInContext #217

bamarsha opened this issue Dec 12, 2022 · 0 comments
Labels
maintenance Code quality improvement or maintenance

Comments

@bamarsha
Copy link
Contributor

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.

@bamarsha bamarsha added the maintenance Code quality improvement or maintenance label Dec 12, 2022
@bamarsha bamarsha changed the title Update call to deprecated LLVMParseBitcodeInContext Update use of deprecated LLVMParseBitcodeInContext Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Code quality improvement or maintenance
Projects
None yet
Development

No branches or pull requests

1 participant