llvm-project
95b72fed - [PGO] Fix malformed raw profile test (#206738)

Commit
13 days ago
[PGO] Fix malformed raw profile test (#206738) A hand-written raw profile test still wrote one extra word in the data record after the raw profile format changed. Remove the extra word so the name section starts at the offset expected by the reader. This keeps the test focused on the trailing garbage that should report that there is not enough space for another header. Buildbot failure: https://github.com/llvm/llvm-project/pull/190708#issuecomment-4839831651
Author
Parents
Loading