Skip to content

Commit

Permalink
Merge pull request dotnet/corefx#25956 from erozenfeld/UpdateILLinkVe…
Browse files Browse the repository at this point in the history
…rsion

Update ILLink version.

Commit migrated from dotnet/corefx@c7d4e25
  • Loading branch information
erozenfeld authored Dec 21, 2017
2 parents 7886be0 + d5c0af2 commit 035786b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/external/ILLink/ILLink.depproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<NugetRuntimeIdentifier>$(ToolRuntimeRID)</NugetRuntimeIdentifier>
<RidSpecificAssets>true</RidSpecificAssets>
<ILLinkTasksPackageId>illink.tasks</ILLinkTasksPackageId>
<ILLinkTasksPackageVersion>0.1.4-preview-981901</ILLinkTasksPackageVersion>
<ILLinkTasksPackageVersion>0.1.4-preview-1222833</ILLinkTasksPackageVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="$(ILLinkTasksPackageId)">
Expand Down
2 changes: 2 additions & 0 deletions src/libraries/illink.targets
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@
<ILLinkArgs>$(ILLinkArgs) -v true</ILLinkArgs>
<!-- reflection heuristics to apply -->
<ILLinkArgs>$(ILLinkArgs) -h LdtokenTypeMethods,InstanceConstructors</ILLinkArgs>
<!-- add a linker step to clear initlocals flag on all assemblies before the output step -->
<ILLinkArgs Condition="'$(ILLinkClearInitLocals)' == 'true'">$(ILLinkArgs) -s ILLink.CustomSteps.ClearInitLocalsStep,ILLink.CustomSteps:OutputStep</ILLinkArgs>
</PropertyGroup>

<MakeDir Directories="$(ILLinkTrimInputPath)" />
Expand Down

0 comments on commit 035786b

Please sign in to comment.