-
Notifications
You must be signed in to change notification settings - Fork 52
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
BUG: failed to parse LLVM IR #58
Comments
59: extend llvm-ir parser to handle libstd's IR r=japaric a=japaric fixes #58 Co-authored-by: Jorge Aparicio <[email protected]>
with PR #59 the llvm-ir parser can handle the |
release v0.1.8 includes the fix for this issue |
Wow thanks for the super fast reply! I don't have this error anymore, but now it fails on a different problem
This Thanks! |
I only ran your file through the llvm-ir parser; I couldn't test the whole cargo-call-stack itself because I didn't have the source code of your Cargo project. I can repro the issue with a "hello, world" project; will have a look. |
Hello,
Error
I get the following message on my project
Info
bin-0d269819aa1d3063.ll.txt
Let me know if I can help figuring it out.
thanks!
The text was updated successfully, but these errors were encountered: