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

Bump crucible submodule to bring in rotate_left override #2004

Merged
merged 2 commits into from
Jan 10, 2024

Commits on Jan 10, 2024

  1. Adapt to changes in GaloisInc/crucible#1142

    This bumps the `crucible` submodule to bring in the changes from
    GaloisInc/crucible#1142. This changes the type of one of `bindLLVMFunPtr`'s
    arguments from `Declare` to `Symbol`, which requires a corresponding code
    change in SAW.
    RyanGlScott committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    4d262cc View commit details
    Browse the repository at this point in the history
  2. Bump crucible submodule to bring in rotate_left override

    This bumps the `crucible` submodule to a commit that brings in the changes from
    GaloisInc/crucible#1158. Among other things, this adds
    an override for the Rust `rotate_left` function, which is crucial to making the
    SAW Rust tutorial work.
    
    Fixes #2003.
    RyanGlScott committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    66b59aa View commit details
    Browse the repository at this point in the history