[all-commits] [llvm/llvm-project] 62eeac: [DebugInfo] Emit DW_TAG_namelist and DW_TAG_nameli...

bhuvanendrakumarn via All-commits all-commits at lists.llvm.org
Tue Sep 28 02:11:22 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 62eeacce17598b9b55f3aea54a25eb38c303d3b6
      https://github.com/llvm/llvm-project/commit/62eeacce17598b9b55f3aea54a25eb38c303d3b6
  Author: “bhkumarn” <Bhuvanendra.KumarN at amd.com>
  Date:   2021-09-28 (Tue, 28 Sep 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