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 EntryExistInstrumenterPass for -Z instrument-mcount to the pipeline manually for LLVM >= 13. #96238

Closed
wants to merge 5 commits into from

Commits on Apr 20, 2022

  1. Add EntryExistInstrumenterPass for -Z instrument-mcount to the pipeli…

    …ne manually for LLVM >= 13.
    luqmana committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    5f75424 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84a0675 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce64ac4 View commit details
    Browse the repository at this point in the history
  4. Set minimum LLVM version for instrument-mcount test.

    Alas, there's no max-llvm-version so we could also test LLVM < 13.
    luqmana committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    ba5e7b8 View commit details
    Browse the repository at this point in the history
  5. Try to fake max-llvm-version

    luqmana committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    7be6d83 View commit details
    Browse the repository at this point in the history