-
Notifications
You must be signed in to change notification settings - Fork 4.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
Warnings for coreclr_static during build #38773
Comments
I also see this in other x86 builds, e.g.,
|
That could be from static-linking change. Perhaps not from the change itself, but something in the change could cause linker to warn on something that was there. I will take a look. |
Oh, I see this is from Jul 3. Is it even still an issue? Anyways, worth checking this out. |
@VSadov Yes, this is still an issue; I repro'ed it today. |
The issue still exists. |
Yes, the warnings actually became errors when singlefile started building in the same build graph as clr, so I fixed the duplication. |
The following warnings are triggered when building on
Windows_NT.x86.Debug
./cc @VSadov
The text was updated successfully, but these errors were encountered: