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.
Fix SuperIlc to work on Linux / OSX in composite mode (dotnet#33358)
1) I have generalized the concept of framework exclusions so that the CPAOT runner can consume it - without it we were picking up "CommandLine.dll" in the Core_Root folder as a Crossgen2 compilation input and R2RDump was subsequently failing to dump the file as CommandLine.dll is one of the stupid assemblies where the assembly name differs from the PE file name (the assembly name is 'commandline' causing a mismatch on case-sensitive file systems). 2) On Linux / OSX, we need to copy around a bunch of native libraries to the output, e.g. libSystem.Globalization.Native.so. Thanks Tomas
- Loading branch information
Showing
5 changed files
with
97 additions
and
61 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