[PATCH] D64622: [DWARF] Fix the reserved values for unit length in DWARFDebugLine.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 08:12:56 PDT 2019


ikudrin added a comment.

In D64622#1585577 <https://reviews.llvm.org/D64622#1585577>, @probinson wrote:

> I see that there are no tests verifying that DWARFDebugLine handles the invalid length correctly (assuming you ran the tests and none failed), so please add one.


There were three tests in `unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp`  which failed, so they are also updated in this patch. Or do you mean something different?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D64622





More information about the llvm-commits mailing list