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

crucible-mir: Use correct identifiers for TransCustom intrinsics #1158

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

RyanGlScott
Copy link
Contributor

This uses the correct identifiers for intrinsics, such as core::intrinsics::{extern}::rotate_left. Previously, the "{extern}" portion was written as "" due to an oversight.

Fixes #1129.

This uses the correct identifiers for intrinsics, such as
`core::intrinsics::{extern}::rotate_left`. Previously, the `"{extern}"` portion
was written as `""` due to an oversight.

Fixes #1129.
@RyanGlScott RyanGlScott merged commit c35e535 into master Dec 14, 2023
31 checks passed
@RyanGlScott RyanGlScott deleted the T1129 branch December 14, 2023 00:08
RyanGlScott added a commit to GaloisInc/saw-script that referenced this pull request Jan 10, 2024
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 added a commit that referenced this pull request Feb 1, 2024
RyanGlScott added a commit that referenced this pull request Feb 6, 2024
(cherry picked from commit bc05b99)
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.

crucible-mir: Incorrect Mir.TransCustom override for rotate_left (and others)
2 participants