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

Make source-based code coverage compatible with MIR inlining #83080

Merged
merged 5 commits into from
Mar 18, 2021

Commits on Mar 15, 2021

  1. Make source-based code coverage compatible with MIR inlining

    When codegenning code coverage use the instance that coverage data was
    originally generated for, to ensure basic level of compatibility with
    MIR inlining.
    tmiasko committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    1796cc0 View commit details
    Browse the repository at this point in the history
  2. Functions inlined into reachable functions are reachable

    Consider functions to be reachable for code coverage purposes, either
    when they reach the code generation directly, or indirectly as inlined
    part of another function.
    tmiasko committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    5a9538a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad8f9af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b6cc0c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

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