[all-commits] [llvm/llvm-project] c0529e: [DebugInfo][DWARF] emit DW_AT_accessibility attrib...

Esme via All-commits all-commits at lists.llvm.org
Tue Dec 14 23:38:58 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c0529efc95e3d9302eaec83c38fbe5bb30817efc
      https://github.com/llvm/llvm-project/commit/c0529efc95e3d9302eaec83c38fbe5bb30817efc
  Author: Esme-Yi <esme.yi at ibm.com>
  Date:   2021-12-15 (Wed, 15 Dec 2021)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
    M llvm/test/DebugInfo/X86/debug-info-access.ll

  Log Message:
  -----------
  [DebugInfo][DWARF] emit DW_AT_accessibility attribute for class/struct/union types.

Summary:
	This patch emits the DW_AT_accessibility attribute for
class/struct/union types in the LLVM part.

Reviewed By: dblaikie

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




More information about the All-commits mailing list