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
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>