-
Notifications
You must be signed in to change notification settings - Fork 5k
Make sure FEATURE_STANDALONE_GC is defined for the usual VM build #113347
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Tagging subscribers to this area: @dotnet/gc |
@@ -173,6 +173,10 @@ endif(CLR_CMAKE_HOST_WIN32) | |||
#---------------------------------- | |||
include(clrdefinitions.cmake) | |||
|
|||
if(FEATURE_STANDALONE_GC) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The define is added in the gc/CMakeLists.txt, I am not sure I understand why we would need to add it here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I see, I have missed that the define is not used just inside of the GC code, but also in the runtime to enable the code that loads the standalone GC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
No description provided.