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

Check bitvector types in crucible_llvm_extract #567

Merged
merged 2 commits into from
Oct 17, 2019
Merged

Conversation

atomb
Copy link
Contributor

@atomb atomb commented Oct 17, 2019

No description provided.

Aaron Tomb added 2 commits October 16, 2019 15:53
Because `crucible-llvm` merges integer and pointer types, it is not
sufficient to look at Crucible types to determine whether a CFG coming
from LLVM takes pointer arguments or returns a pointer. Instead, we have
to look at the original LLVM types. This commit does that, and produces
an error if `crucible_llvm_extract` is used with a function that has
poiinter types anywhere in its signature.

Fixes #521.
@atomb atomb merged commit 6adf6f1 into master Oct 17, 2019
@atomb atomb deleted the at-521-non-scalar branch October 17, 2019 23:29
Ptival pushed a commit that referenced this pull request Oct 31, 2019
Because `crucible-llvm` merges integer and pointer types, it is not
sufficient to look at Crucible types to determine whether a CFG coming
from LLVM takes pointer arguments or returns a pointer. Instead, we have
to look at the original LLVM types. This commit does that, and produces
an error if `crucible_llvm_extract` is used with a function that has
poiinter types anywhere in its signature.

Fixes #521.
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.

1 participant