Skip to content

Commit

Permalink
[DebugInfo] Add DW_AT_artificial for compiler generated static member…
Browse files Browse the repository at this point in the history
…. (#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
  • Loading branch information
CarlosAlbertoEnciso authored Nov 15, 2024
1 parent 0731590 commit 87bfa58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/test/DebugInfo/Generic/artificial-static-member.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
; REQUIRES: x86_64-linux
; RUN: llc -O0 -filetype=obj < %s | \
; RUN: llvm-dwarfdump --debug-info - | FileCheck %s

Expand Down

0 comments on commit 87bfa58

Please sign in to comment.