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

Carlos Alberto Enciso via All-commits all-commits at lists.llvm.org
Fri Nov 15 00:09:59 PST 2024


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

  Changed paths:
    M llvm/test/DebugInfo/Generic/artificial-static-member.ll

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

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.

Fix buildbot failure on: llvm-clang-aarch64-darwin
- Add specific configuration: x86_64-linux



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