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.
Improve error reporting when Crossgen2 crashes on Managed C++
Based on Manish's feedback from another PR I investigated options to improve Crossgen2 diagnostics in the presence of Managed C++ that currently crashes the metadata reader in several places. This is the barebones version of such support, centralizing detection and reporting of the failures. Right now we don't have any pretty way of reporting localized strings from this low-level code, I'll welcome any suggestions how to polish the change in that direction. Thanks Tomas
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 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