[PATCH] D75485: Support DW_FORM_strx* in llvm-dwp.

Kim-Anh Tran via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 16 00:22:04 PDT 2021


kimanh updated this revision to Diff 338007.
kimanh added a comment.
Herald added a subscriber: arphaman.

Picking up patch and updating outstanding issues:

- Adding test cases for each error case in parseCompileUnitHeader
- Changing the error message to reuse the message from Error in parseCompileUnitHeader
- Adapted tests (minor change: test error message, and added required header info to unsupported_cu_index_version)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75485

Files:
  llvm/test/tools/llvm-dwp/Inputs/handle_strx/dw5.dwo
  llvm/test/tools/llvm-dwp/X86/handle_strx.test
  llvm/test/tools/llvm-dwp/X86/invalid_cu_header_length.s
  llvm/test/tools/llvm-dwp/X86/invalid_cu_header_unittype.s
  llvm/test/tools/llvm-dwp/X86/invalid_cu_header_version.s
  llvm/test/tools/llvm-dwp/X86/invalid_string_form.test
  llvm/test/tools/llvm-dwp/X86/unsupported_cu_index_version.s
  llvm/tools/llvm-dwp/llvm-dwp.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75485.338007.patch
Type: text/x-patch
Size: 15185 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210416/190cd58a/attachment.bin>


More information about the llvm-commits mailing list