[PATCH] D77143: [llvm-dwp] Refuse DWARFv5 input DWP files.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 03:13:57 PDT 2020


ikudrin updated this revision to Diff 254469.
ikudrin marked 4 inline comments as done.
ikudrin added a comment.

- Added reporting the version of an unsupported index.
- Added a test for the unsupported TU index version case.
- Removed the actual CU in the test for the CU index version because it is not necessary.


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

https://reviews.llvm.org/D77143

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
  llvm/test/tools/llvm-dwp/X86/unsupported_cu_index_version.s
  llvm/test/tools/llvm-dwp/X86/unsupported_tu_index_version.s
  llvm/tools/llvm-dwp/llvm-dwp.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77143.254469.patch
Type: text/x-patch
Size: 6208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200402/8250ac9c/attachment.bin>


More information about the llvm-commits mailing list