[PATCH] D76016: [ProfileData] Add option to ignore invalid regions

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 16 15:52:00 PDT 2020


vsk added a comment.

I'm not sure this is the right thing to do. Do you see the 'malformed coverage data' error reported when there isn't a compiler bug? I worry that if this option were made available, frontend support for new language features would lag behind.

Mechanically I think this patch is ok, although I suspect there are more places the coverage reader detects malformed data and subsequently bails out.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76016





More information about the llvm-commits mailing list