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

Move some gen... array definitions to compiler.cpp as they are declared in compiler.h/hpp #50141

Merged
merged 1 commit into from
Mar 24, 2021

Conversation

yowl
Copy link
Contributor

@yowl yowl commented Mar 24, 2021

This PR follows dotnet/runtimelab#647 (comment) and moves 4 array definitions from codegencommon.cpp to compiler.cpp as their declarations are in compiler.h/hpp. It means the whole of codegencommon.cpp can be excluded when using the clrjit to target LLVM.

@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 Mar 24, 2021
@yowl
Copy link
Contributor Author

yowl commented Mar 24, 2021

@jkotas

@jkotas jkotas requested a review from BruceForstall March 24, 2021 00:36
@jkotas
Copy link
Member

jkotas commented Mar 24, 2021

cc @dotnet/jit-contrib

@EgorBo EgorBo merged commit dba350b into dotnet:main Mar 24, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Apr 23, 2021
@karelz karelz added this to the 6.0.0 milestone May 20, 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.

5 participants