-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
[MSVC] Rustc is producing inappropriate filetypes w/ --crate-type=dylib
&& --crate-type=staticlib
.
#28025
Comments
What’s the issue here? Is the test failing, are the files not accepted by the
|
See #27938 (comment). I don't really know the cause, I use Linux or ssh into a Linux box when I'm on my Surface (my only windows machine) and thus aren't familiar with MSVC's conventions. Whatever the real issue, the test is failing, so I just made the test a no-op on MSVC and filed this issue. |
Ok, I've got a branch with this test passing, so I'm going to close this as "working as intended" |
The msvc conventions are:
|
For example:
produces just
libbar.a
.produces
bar.dll
,bar.exp
, andbar.lib
.Note
rlib
output works as expected. Seeoutput-type-permutations
fromrun-make
.The text was updated successfully, but these errors were encountered: