-
Notifications
You must be signed in to change notification settings - Fork 356
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
Make --target
not order-sensitive in ./miri run
#4125
Comments
With the recent rework of |
Oh yea, when I passed it before the filename, it works. It seems to happen without Error for
Passing @rustbot label +A-dev +C-enhancement |
./miri run --dep
not compatible with --target
?--target
not order-sensitive in ./miri run
tl;dr: By passing the Decoding the ascii-encoded text, I saw the actual error as "--target passed more than once". What I think happened in your original command However, this left The As I was writting this I saw that it also fails when |
This is the same problem as what I mentioned recently where |
Yes I agree. I wanted to point out that as long as |
I am not sure what is the issue, but I observed that when I first run |
Yeah that makes sense. When |
When running
./miri run --dep ./tests/pass-dep/libc/libc-socketpair.rs --target i686-unknown-linux-gnu
, it crashes.When running
./miri run --dep ./tests/pass-dep/libc/libc-socketpair.rs
(without--target i686-unknown-linux-gnu
) it passes.Is
--dep
expected to be not compatible with--target
?The text was updated successfully, but these errors were encountered: