[all-commits] [llvm/llvm-project] c2a9bb: [DebugInfo] Add DW_AT_artificial for compiler gene...

Carlos Alberto Enciso via All-commits all-commits at lists.llvm.org
Thu Nov 14 21:16:34 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c2a9bba4a30349f5411f3b3f9cbe4a6f379816bc
      https://github.com/llvm/llvm-project/commit/c2a9bba4a30349f5411f3b3f9cbe4a6f379816bc
  Author: Carlos Alberto Enciso <Carlos.Enciso at sony.com>
  Date:   2024-11-15 (Fri, 15 Nov 2024)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    A llvm/test/DebugInfo/Generic/artificial-static-member.ll

  Log Message:
  -----------
  [DebugInfo] Add DW_AT_artificial for compiler generated static member. (#115851)

Consider the case when the compiler generates a static member. Any
consumer of the debug info generated for that case, would benefit if
that member has the DW_AT_artificial flag.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list