[all-commits] [llvm/llvm-project] 51b461: Support DW_FORM_strx* in llvm-dwp.

alitamur via All-commits all-commits at lists.llvm.org
Mon Apr 26 12:33:14 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 51b461074385aa8cc141809fa27070544b6ac34c
      https://github.com/llvm/llvm-project/commit/51b461074385aa8cc141809fa27070544b6ac34c
  Author: Ali Tamur <tamur at google.com>
  Date:   2021-04-26 (Mon, 26 Apr 2021)

  Changed paths:
    A llvm/test/tools/llvm-dwp/Inputs/handle_strx/dw5.dwo
    A llvm/test/tools/llvm-dwp/X86/handle_strx.test
    A llvm/test/tools/llvm-dwp/X86/invalid_cu_header_length.s
    A llvm/test/tools/llvm-dwp/X86/invalid_cu_header_length_type.s
    A llvm/test/tools/llvm-dwp/X86/invalid_cu_header_version.s
    M llvm/test/tools/llvm-dwp/X86/invalid_string_form.test
    M llvm/test/tools/llvm-dwp/X86/unsupported_cu_index_version.s
    M llvm/tools/llvm-dwp/llvm-dwp.cpp

  Log Message:
  -----------
  Support DW_FORM_strx* in llvm-dwp.

Currently llvm-dwp only handled DW_FORM_string and DW_FORM_GNU_str_index; with this patch it also starts to handle DW_FORM_strx[1-4]?

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D75485




More information about the All-commits mailing list