[PATCH] D72157: [test][llvm-dwarfdump] Add extra test case for invalid MD5 form

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 9 16:44:48 PST 2020


dblaikie added a comment.

I guess these error messages could be more precise about what's invalid & why it's invalid. In this case I guess it's invalid because the DW_LNCT_MD5 has a form that contains only one byte, not large enough to encode a whole MD5 sum?

& this is to demonstrate that other things can still be parsed in spite of that failure?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72157





More information about the llvm-commits mailing list