[all-commits] [llvm/llvm-project] 3f3d0f: [DebugInfo] Support for debug_macinfo.dwo section ...

Sourabh Singh Tomar via All-commits all-commits at lists.llvm.org
Mon Dec 2 19:44:44 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f3d0f4f4be04f2dae219c0fe76562eb01ba06d2
      https://github.com/llvm/llvm-project/commit/3f3d0f4f4be04f2dae219c0fe76562eb01ba06d2
  Author: Sourabh Singh Tomar <SourabhSingh.Tomar at amd.com>
  Date:   2019-12-03 (Tue, 03 Dec 2019)

  Changed paths:
    M llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h
    M llvm/include/llvm/MC/MCObjectFileInfo.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/MC/MCObjectFileInfo.cpp
    A llvm/test/DebugInfo/Inputs/dwarfdump-macro.dwo
    A llvm/test/DebugInfo/debugmacinfo-dwo.test

  Log Message:
  -----------
  [DebugInfo] Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump.

This patch adds support for debug_macinfo.dwo section[pre-standardized]
to llvm and llvm-dwarfdump.

Reviewers: probinson, dblaikie, aprantl, jini.susan.george, alok

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

Tags: #debug-info #llvm




More information about the All-commits mailing list