Skip to content

Exclude mixed-mode assemblies from being crossgenend into R2R images #12050

@fadimounir

Description

@fadimounir

Need to port check/error from desktop framework code. In CEECompileInfo::SetCompilationTarget:

#ifdef FEATURE_READYTORUN_COMPILER if (IsReadyToRunCompilation() && !pModule->GetDomainFile()->GetFile()->IsILOnly()) { GetSvcLogger()->Printf(LogLevel_Error, W("Error: Readytorun compilation is not supported for mixed mode assemblies\n")); return E_FAIL; } #endif

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions