Skip to content

Fix arm64 disasm failures#44547

Merged
BruceForstall merged 1 commit intodotnet:masterfrom
BruceForstall:FixAltjitDump
Nov 12, 2020
Merged

Fix arm64 disasm failures#44547
BruceForstall merged 1 commit intodotnet:masterfrom
BruceForstall:FixAltjitDump

Conversation

@BruceForstall
Copy link
Contributor

GTF_ICON_STATIC_HDL and GTF_ICON_FTN_ADDR can't be converted
to names using eeGetFieldName and eeGetMethodFullName, respectively.
So, just print out the type of the target.

Fixes #40354

GTF_ICON_STATIC_HDL and GTF_ICON_FTN_ADDR can't be converted
to names using eeGetFieldName and eeGetMethodFullName, respectively.
So, just print out the type of the target.

Fixes dotnet#40354
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Nov 11, 2020
@BruceForstall
Copy link
Contributor Author

@kunalspathak PTAL
cc @dotnet/jit-contrib

Copy link
Contributor

@kunalspathak kunalspathak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this.

@BruceForstall BruceForstall merged commit b2e5a89 into dotnet:master Nov 12, 2020
@BruceForstall BruceForstall deleted the FixAltjitDump branch November 12, 2020 00:36
Copy link
Contributor

@briansull briansull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ghost ghost locked as resolved and limited conversation to collaborators Dec 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Arm64] Crossgen fails to compile some methods with NGenDump enabled

5 participants