[PATCH] D92074: [llvm-profdata] Emit Error when Invalid MemOpSize Section is Created by llvm-profdata

Rong Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 10:42:39 PST 2021


xur accepted this revision.
xur added a comment.
This revision is now accepted and ready to land.

The transformation part looks good to me.
Func validateRecord() still checks entries with 0 size only. 
But it's OK, as the transformation will catch bad profiles.
I'll approve this patch. Sorry for taking so long.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92074/new/

https://reviews.llvm.org/D92074



More information about the llvm-commits mailing list