Skip to content

Commit

Permalink
Fixes the build when IlcStandaloneGCSupport is specified (#94624)
Browse files Browse the repository at this point in the history
  • Loading branch information
cshung committed Nov 13, 2023
1 parent af0227f commit af9e245
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/coreclr/nativeaot/Runtime/gcrhenv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,11 @@ void GCToEEInterface::UpdateGCEventStatus(int currentPublicLevel, int currentPub
// TODO: Linux LTTng
}

void GCToEEInterface::LogStressMsg(unsigned level, unsigned facility, const StressLogMsg& msg)
{
// TODO: Implementation
}

uint32_t GCToEEInterface::GetCurrentProcessCpuCount()
{
return PalGetProcessCpuCount();
Expand Down

0 comments on commit af9e245

Please sign in to comment.