Skip to content

Hosts, in particular statically linked ones should be built in clr partition. #43700

@VSadov

Description

@VSadov

It is so happened that hosts are built in Installer.

This is not a problem for hosts that refer to native libraries dynamically. However when they need to statically link a number of components (coreclr, jit, libs), building them all in the same partition would simplify the logistics of the build and will make it easer to assure mutual compatibility of the parts.

It is hard to arrange this move while we pick native libraries form libs partition, but once #43699 is implemented we should move static host to clr partition.
This will have to include:

  • moving/writing appropriate tests
  • most likely moving other hosts as well.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions