-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[main] Update dependencies from dotnet/linker #59257
[main] Update dependencies from dotnet/linker #59257
Conversation
…916.2 Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.21460.1 -> To Version 7.0.100-1.21466.2
…920.2 Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.21460.1 -> To Version 7.0.100-1.21470.2
…921.2 Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.21460.1 -> To Version 7.0.100-1.21471.2
…923.2 Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.21460.1 -> To Version 7.0.100-1.21473.2
…924.1 Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.21460.1 -> To Version 7.0.100-1.21474.1
The failures look like possible regression from dotnet/linker#2288 |
I'm looking into this. |
There are 3 types of issues here, in all cases linker warns in places it didn't before:
|
Thanks for investigating @vitek-karas! Looks like the 1 and 2 would be fixed if we went with what was in the first commit of dotnet/linker#2288 - only consider null and don't care about extra flags we don't understand. But it looks like that would just silently stomp over the pre-existing issue that is: the I'm looking into making |
…927.1 Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.21460.1 -> To Version 7.0.100-1.21477.1
…928.1 Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.21460.1 -> To Version 7.0.100-1.21478.1
These warnings are legit, but the libraries this applies to are not yet annotated, so the suppressions are added to the library build only.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the suppressions Vitek!
This pull request updates the following dependencies
From https://github.com/dotnet/linker