summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/ILLink.targets
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-07-03 08:59:25 -0700
committerGitHub <noreply@github.com>2019-07-03 08:59:25 -0700
commit60f1e6265bd1039f023a82e0643b524d6aaf7845 (patch)
tree3d9eb61e3e14106c9cf25fcd966d4432f368aa52 /src/System.Private.CoreLib/ILLink.targets
parent93404779a95a776e17326d1014dd7d34e240e3f0 (diff)
downloadcoreclr-60f1e6265bd1039f023a82e0643b524d6aaf7845.tar.gz
coreclr-60f1e6265bd1039f023a82e0643b524d6aaf7845.tar.bz2
coreclr-60f1e6265bd1039f023a82e0643b524d6aaf7845.zip
Cleanup IL linker heuristic usage (#25547)
Prep-work for using mainstream IL linker
Diffstat (limited to 'src/System.Private.CoreLib/ILLink.targets')
-rw-r--r--src/System.Private.CoreLib/ILLink.targets2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/System.Private.CoreLib/ILLink.targets b/src/System.Private.CoreLib/ILLink.targets
index e5ede35f04..7fa64fe76f 100644
--- a/src/System.Private.CoreLib/ILLink.targets
+++ b/src/System.Private.CoreLib/ILLink.targets
@@ -62,8 +62,6 @@
<ILLinkArgs>$(ILLinkArgs) -v true</ILLinkArgs>
<!-- don't remove the embedded root xml resource since ILLink may run again on the assembly -->
<ILLinkArgs>$(ILLinkArgs) --strip-resources false</ILLinkArgs>
- <!-- reflection heuristics to apply -->
- <ILLinkArgs>$(ILLinkArgs) -h LdtokenTypeMethods,InstanceConstructors</ILLinkArgs>
</PropertyGroup>
<MakeDir Directories="$(ILLinkTrimInputPath)" />