forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ILLink.Tasks (dotnet/coreclr#25596)
* Update ILLink.Tasks This adds a few roots that are needed by reflection APIs, experimental (internal) APIs, and by the runtime. * Remove MemoryLoadChangeNotification root The Register/Unregister methods were already being removed by the linker, so we do not need to introduce them. * Keep ThreadPoolBoundHandle implementation of IDisposable * Update to linker version with unusedinterfaces opt * GeneratePackagePath -> GeneratePathProperty This wasn't causing any problems since these packages happened to have tools folders, which always get the path property generated. We could get rid of them, but perhaps it's better to be explicit. * Prevent problems when running on desktop I'm not sure we ever build corelib using desktop MSBuild, but this should prevent problems like dotnet/corefx#42266 if we do. Commit migrated from dotnet/coreclr@34fe045
- Loading branch information
Showing
7 changed files
with
41 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters