You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable PerfMap generation for Apple mobile platforms (#121237)
## Description
After #121187 Crossgen2 determines
cross-compilation targets by reading
Crossgen2Tool.GetMetadata(MetadataKeys.TargetOS). This code path
triggers PerfMapWriter, which currentl doesn't support iOS targets. This
PR disables PerfMap generation for Apple mobile platforms.
<PublishReadyToRunEmitSymbolsCondition="'$(TargetOS)' == 'ios' or '$(TargetOS)' == 'iossimulator' or '$(TargetOS)' == 'tvos' or '$(TargetOS)' == 'tvossimulator' or '$(TargetOS)' == 'maccatalyst'">false</PublishReadyToRunEmitSymbols>
0 commit comments