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

Remove crossgen from superpmi tools #53958

Merged
merged 4 commits into from
Jun 10, 2021

Conversation

kunalspathak
Copy link
Member

Now that #53458 has excluded crossgen, this PR stops collecting superpmi collection for crossgen and its references from superpmi.py.

@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 Jun 9, 2021
@kunalspathak
Copy link
Member Author

@dotnet/jit-contrib

@@ -903,21 +902,6 @@ def __init__(self, coreclr_args):

"""

if coreclr_args.host_os == "OSX":
Copy link
Member

Choose a reason for hiding this comment

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

Why did you remove these? the collection_shim_name and corerun_tool_name are still used.

Copy link
Member Author

Choose a reason for hiding this comment

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

Sorry, that was by mistake. I meant to delete just a single line related to crossgen.

@kunalspathak
Copy link
Member Author

Build failures seems to be unrelated.

@kunalspathak kunalspathak merged commit a4b3772 into dotnet:main Jun 10, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jul 10, 2021
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.

2 participants