Skip to content

Commit

Permalink
Support trimming NoCompilerInliningAttribute. (#14511)
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis authored Dec 27, 2022
1 parent 812bf3d commit 0adeca4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/FSharp.Core/ILLink.LinkAttributes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
<type fullname="Microsoft.FSharp.Core.NoComparisonAttribute">
<attribute internal="RemoveAttributeInstances" />
</type>
<type fullname="Microsoft.FSharp.Core.NoCompilerInliningAttribute">
<attribute internal="RemoveAttributeInstances" />
</type>
<type fullname="Microsoft.FSharp.Core.NoDynamicInvocationAttribute">
<attribute internal="RemoveAttributeInstances" />
</type>
Expand Down Expand Up @@ -164,4 +167,4 @@
<attribute internal="RemoveAttributeInstances" />
</type>
</assembly>
</linker>
</linker>

0 comments on commit 0adeca4

Please sign in to comment.