Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dotnet] Implement support for our different link modes. #9460

Merged
merged 2 commits into from
Aug 24, 2020

Commits on Aug 24, 2020

  1. [mmp] Rename LinkMode.All to LinkMode.Full.

    So that we can continue to use Enum.Parse<LinkMode> to parse 'Full' as the link mode.
    rolfbjarne committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    58bda60 View commit details
    Browse the repository at this point in the history
  2. [dotnet] Implement support for our different link modes.

    Tell the managed linker what to do with each input assembly depending the selected
    link mode (link all, link sdk, don't link).
    rolfbjarne committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    86161a5 View commit details
    Browse the repository at this point in the history