When building coreclr on Apple Silicon crossgen2 is created for `x86_x64` instead of `arm64`. The native one is missing. - This is likely blocked on using a .NET 6 preview to build. See #47245 - This is likely related to failures in these ready2run tests - readytorun/multifolder/multifolder/multifolder.sh - readytorun/r2rdump/FrameworkTests/R2RDumpTests/R2RDumpTests.sh - readytorun/crossgen2/crossgen2smoke/crossgen2smoke.sh
When building coreclr on Apple Silicon crossgen2 is created for
x86_x64instead ofarm64. The native one is missing.