[PATCH] D108942: [compiler-rt] Add more diagnostic to InstrProfError

Gulfem Savrun Yeniceri via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 8 16:13:20 PDT 2021


gulfem updated this revision to Diff 378374.
gulfem added a comment.

1. Addressed Petr's comments
2. Add two malformed profile tests
3. Change error messages in existing malformed profile tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108942

Files:
  llvm/include/llvm/ProfileData/InstrProf.h
  llvm/include/llvm/ProfileData/InstrProfReader.h
  llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
  llvm/lib/ProfileData/InstrProf.cpp
  llvm/lib/ProfileData/InstrProfReader.cpp
  llvm/test/tools/llvm-profdata/large-binary-id-size.test
  llvm/test/tools/llvm-profdata/malformed-not-space-for-another-header.test
  llvm/test/tools/llvm-profdata/malformed-num-counters-zero.test
  llvm/test/tools/llvm-profdata/malformed-ptr-to-counter-array.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108942.378374.patch
Type: text/x-patch
Size: 22302 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211008/42c09503/attachment.bin>


More information about the llvm-commits mailing list