Skip to content

Commit

Permalink
Update cecil (dotnet/linker#3180)
Browse files Browse the repository at this point in the history
To pick up RVA field fix

Commit migrated from dotnet/linker@7716bee
  • Loading branch information
sbomer authored Jan 10, 2023
1 parent 9ec7fc1 commit 0ce2ec3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/tools/illink/external/Mono.Cecil.overrides
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<Project>

<!-- Cecil's Directory.Build.Props imports this file if it
exists. We use it to import our own Directory.Build.props. -->
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />

<PropertyGroup>
<!-- Cecil sets PublicSign on windows, but we always want to
PublicSign. -->
Expand All @@ -27,6 +23,10 @@
<PublicKey>00240000048000009400000006020000002400005253413100040000010001002b5c9f7f04346c324a3176f8d3ee823bbf2d60efdbc35f86fd9e65ea3e6cd11bcdcba3a353e55133c8ac5c4caaba581b2c6dfff2cc2d0edc43959ddb86b973300a479a82419ef489c3225f1fe429a708507bd515835160e10bc743d20ca33ab9570cfd68d479fcf0bc797a763bec5d1000f0159ef619e709d915975e87beebaf</PublicKey>
<PublicKeyToken>50cebf1cceb9d05e</PublicKeyToken>
<NoWarn>$(NoWarn);0618</NoWarn>
<!-- When building cecil as a submodule, use the Mono.Cecil.* package IDs
instead of the Microsoft.DotNet.Cecil.*, so that the ILLink reference package
depends on the publicly available package. -->
<PackageId>$(MSBuildProjectName)</PackageId>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion src/tools/illink/external/cecil
Submodule cecil updated from 1840b7 to 294191

0 comments on commit 0ce2ec3

Please sign in to comment.