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

[PGO][compiler-rt] Add a test to ensure include files do not diverge #97775

Merged

Commits on Jul 4, 2024

  1. [MemProf][compiler-rt] Add a test to ensure include files do not diverge

    Memprof has two include files that are duplicated between LLVM and
    compiler-rt. They need to stay in sync to ensure correct functionality,
    but the comments can be somewhat easy to miss, which causes fixups like
    839ed1b to be needed. This patch adds a
    test to ensure that the files are the same between LLVM and compiler-rt
    to catch this ideally before commit, but if not, soon afterwards.
    boomanaiden154 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a2abe5e View commit details
    Browse the repository at this point in the history
  2. Add InstrProfData.inc

    boomanaiden154 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2ef989d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Address feedback

    boomanaiden154 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e538d63 View commit details
    Browse the repository at this point in the history