[all-commits] [llvm/llvm-project] 0a6fad: [DebugInfo] Emit DW_TAG_namelist and DW_TAG_nameli...

bhuvanendrakumarn via All-commits all-commits at lists.llvm.org
Mon Aug 30 01:11:51 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0a6fad754ed8f0812dd57357ce8071b02e962259
      https://github.com/llvm/llvm-project/commit/0a6fad754ed8f0812dd57357ce8071b02e962259
  Author: “bhkumarn” <Bhuvanendra.KumarN at amd.com>
  Date:   2021-08-30 (Mon, 30 Aug 2021)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/IR/Verifier.cpp
    A llvm/test/DebugInfo/X86/namelist1.ll
    A llvm/test/DebugInfo/X86/namelist2.ll

  Log Message:
  -----------
  [DebugInfo] Emit DW_TAG_namelist and DW_TAG_namelist_item

This patch emits DW_TAG_namelist and DW_TAG_namelist_item for fortran
namelist variables. DICompositeType is extended to support this fortran
feature.

Reviewed By: aprantl

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




More information about the All-commits mailing list