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

uc-crux-llvm: Improve error handling in cases of a malformed LLVM module #939

Merged

Conversation

langston-barrett
Copy link
Contributor

Previously, UC-Crux paniced in a few places that could potentially indicate malformed LLVM modules. This change makes it more clear what might be Clang/rustc/whatever bugs.

@langston-barrett langston-barrett self-assigned this Dec 9, 2021
Clarify when it is an LLVM problem vs. a UC-Crux problem, and unify error
handling. Also, remove an unused constructor and don't export the constructors
anymore.
Clarify when it's a UC-Crux bug vs. LLVM bug.
@langston-barrett langston-barrett force-pushed the lb/malformed-llvm-module branch 2 times, most recently from b87b787 to 8e81d9a Compare December 13, 2021 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants