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

Commits on Oct 16, 2019

  1. Check bitvector types in crucible_llvm_extract

    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.
    Aaron Tomb committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    2ec450d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Add test for issue #521.

    Aaron Tomb committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    10c9242 View commit details
    Browse the repository at this point in the history