Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PGO][compiler-rt] Add a test to ensure include files do not diverge (#…
…97775) 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. There is additionally `InstrProfData.inc` for some PGO variants that is added to the same test here as well.
- Loading branch information