dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.23k stars 4.45k forks source link

[RISC-V] Fix FEATURE_MULTIREG_RETURN definition #101642

Closed t-mustafin closed 2 weeks ago

t-mustafin commented 2 weeks ago

FEATURE_MULTIREG_RETURN already defined at last section of clrdefinitions.cmake, but it does not reach coreclr/inc/gcinfotypes.h.

dotnet-policy-service[bot] commented 2 weeks ago

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

t-mustafin commented 2 weeks ago

Part of #84834. cc @dotnet/samsung