[all-commits] [llvm/llvm-project] a71fed: [DebugInfo]: Added support for DWARFv5 Info sectio...

Sourabh Singh Tomar via All-commits all-commits at lists.llvm.org
Tue Feb 18 21:04:29 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a71feda24ea092ec14474216532b3ce9883b81ab
      https://github.com/llvm/llvm-project/commit/a71feda24ea092ec14474216532b3ce9883b81ab
  Author: Sourabh Singh Tomar <SourabhSingh.Tomar at amd.com>
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
    A llvm/test/tools/llvm-dwp/X86/info-v5.s
    A llvm/test/tools/llvm-dwp/X86/wrong-unit-type-info-v5.s
    M llvm/tools/llvm-dwp/llvm-dwp.cpp

  Log Message:
  -----------
  [DebugInfo]: Added support for DWARFv5 Info section header parsing in llvm-dwp utility.

Summary:
This patch teaches llvm-dwp to parse DWARFv5 info section header.
Tested this using asm test case caontaining DWARFv5 info.
Assemling it to DWO object, checking corresponding content using llvm-dwarfdump. Then finally, packaging it
to DWP using llvm-dwp and  again checking corresponding content using llvm-dwarfdump.

Reviewers: dblaikie, aprantl, probinson.

Reviewed By: dblaikie.

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




More information about the All-commits mailing list