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

Add ILLink option to preserve symbol paths #103295

Merged
merged 5 commits into from
Jun 17, 2024
Merged

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    9219ef3 View commit details
    Browse the repository at this point in the history
  2. Fix ApiCompat

    sbomer committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ddcba54 View commit details
    Browse the repository at this point in the history
  3. Only set SymbolWriterProvider if writing symbols

    Otherwise writing a module will try to use the symbol writer provider,
    but the underlying DefaultSymbolWriterProvider throws when the
    module has no symbol reader (this is the case when there were no
    symbols corresponding to the module).
    sbomer committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4d2f669 View commit details
    Browse the repository at this point in the history
  4. Add ILLink.Tasks tests

    sbomer committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    13b9eb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    a208510 View commit details
    Browse the repository at this point in the history