Closed ivanpovazan closed 1 year ago
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas See info in area-owners.md if you want to be subscribed.
Author: | ivanpovazan |
---|---|
Assignees: | - |
Labels: | `area-NativeAOT-coreclr` |
Milestone: | - |
Based on the comments:
Private feature switches:
CanCompileToIL
andCanCreateArbitraryDelegates
are not needed anymore as they got replaced by
IsDynamicCodeSupported
Additionally:
CanEmitObjectArrayDelegate
should be set in
RuntimeHostConfigurationOption
by build integration targets, instead of explicitly passing the switch to ILC, so other tools (ILLink) can also understand the desired trimming configuration.