Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/coreclr/src/tools/ReadyToRun.SuperIlc/BuildFolderSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ public FrameworkExclusion(string simpleName, string reason, bool crossgen2Only =
new FrameworkExclusion("Microsoft.CodeAnalysis.CSharp", "Ibc TypeToken 6200019a has type token which resolves to a nil token", crossgen2Only: true),
new FrameworkExclusion("Microsoft.CodeAnalysis", "Ibc TypeToken 620001af unable to find external typedef", crossgen2Only: true),
new FrameworkExclusion("Microsoft.CodeAnalysis.VisualBasic", "Ibc TypeToken 620002ce unable to find external typedef", crossgen2Only: true),

// TODO (TRylek): problem related to devirtualization of method without IL - System.Enum.Equals(object)
new FrameworkExclusion("System.ComponentModel.TypeConverter", "TODO trylek - devirtualization of method without IL", crossgen2Only: true),
};

private readonly IEnumerable<BuildFolder> _buildFolders;
Expand Down