-
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
cargo-miri does not support target x86_64-wrs-vxworks #1867
Comments
Lines 703 to 710 in 3ca53e0
I don't know if just fixing that is sufficient to support miri/src/shims/foreign_items.rs Lines 613 to 616 in 3ca53e0
I tried to reproduce this, but I got some different errors. Perhaps I'm not using the correct version.
|
cargo-miri could use |
cargo-miri: use rustc to determine the output filename This should fix rust-lang/miri#2740 and fix rust-lang/miri#1867: we no longer need to hard-code the file name logic in cargo-miri.
cargo-miri
gets invoked by itself with a non-existent binary path when emulating thex86_64-wrs-vxworks
target, causing an error:The text was updated successfully, but these errors were encountered: