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

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 10:56:25 PST 2021


davidxl added a comment.

I agree with Rong here -- the semantic related error checking belongs to the consumer/client, not in the tool.

In profile use pass, the error message can be more meaningful.  On the other hand, finding the root cause of it will be  more valuable.


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