-
Notifications
You must be signed in to change notification settings - Fork 371
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
Support atomic_fence instrinstic #972
Comments
This is just a missing shim. The shim should not do anything so this should be easy to fix. |
Add missing atomic_fence intrinsics as nops Fixes #972
I'm guess we also need to do something special to get the |
Yeah, the miri submodule in rustc (at |
Sure, I'll do that, thanks! |
Remember to run |
I'd love to try
miri
onevmap
, but sadly I get the following error:Is this a known issue? Some cursory searching did not yield anything that seemed relevant.
The text was updated successfully, but these errors were encountered: