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

coverage: Re-enable UnreachablePropagation for coverage builds #122860

Merged
merged 4 commits into from Mar 27, 2024

Commits on Mar 26, 2024

  1. Copy the full SHA
    5ddc4f2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e3f66b2 View commit details
    Browse the repository at this point in the history
  3. coverage: Detect functions that have lost all their coverage statements

    If a function was instrumented for coverage, but all of its coverage statements
    have been removed by later MIR transforms, it should be treated as "unused"
    even if the compiler generates an unreachable stub for it.
    Zalathar committed Mar 26, 2024
    Copy the full SHA
    54116c8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1cca252 View commit details
    Browse the repository at this point in the history