Skip to content
Draft
Changes from 1 commit
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
Next Next commit
Update ILLink.Substitutions.xml
  • Loading branch information
vzarytovskii authored Nov 28, 2022
commit 92cabb0cafee1d5b07276c055ddb563f89b5cd35
5 changes: 4 additions & 1 deletion src/FSharp.Core/ILLink.Substitutions.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<linker>
<assembly fullname="FSharp.Core">
<!-- TODO: Disabling compressed resources until we produce those for FSharp.Core.
Trimming something which does not exist in the DLL causes linker to fail in runtime repo:
https://github.com/dotnet/runtime/pull/78034#issuecomment-1328705849
<resource name="FSharpOptimizationCompressedData.FSharp.Core" action="remove" />
<resource name="FSharpSignatureCompressedData.FSharp.Core" action="remove" /> -->
<resource name="FSharpOptimizationInfo.FSharp.Core" action="remove" />
<resource name="FSharpSignatureCompressedData.FSharp.Core" action="remove" />
<resource name="FSharpSignatureInfo.FSharp.Core" action="remove" />
</assembly>
</linker>