Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop compiling armel variant of standalone jit as the unix arm jit covers that scenario #58140

Merged
merged 1 commit into from Aug 26, 2021

Conversation

davidwrighton
Copy link
Member

  • All scenarios which currently use the armel standalone jit can just use the arm standalone jit as it is designed to target both arm and armel abi

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Aug 25, 2021
@ghost
Copy link

ghost commented Aug 25, 2021

Tagging subscribers to this area: @JulieLeeMSFT
See info in area-owners.md if you want to be subscribed.

Issue Details
  • All scenarios which currently use the armel standalone jit can just use the arm standalone jit as it is designed to target both arm and armel abi
Author: davidwrighton
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@davidwrighton
Copy link
Member Author

@gbalykov Fyi, in case you still have any dependency on this binary, you should be using the arm jit instead.

@gbalykov
Copy link
Member

Thanks, I think we do not use it

@davidwrighton davidwrighton merged commit 81abe82 into dotnet:main Aug 26, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Sep 25, 2021
@davidwrighton davidwrighton deleted the stop_compiling_armel_jit branch April 13, 2023 18:49
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.

None yet

4 participants