Skip to content

Commit 87bfa58

Browse files
[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
1 parent 0731590 commit 87bfa58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/DebugInfo/Generic/artificial-static-member.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
; REQUIRES: x86_64-linux
12
; RUN: llc -O0 -filetype=obj < %s | \
23
; RUN: llvm-dwarfdump --debug-info - | FileCheck %s
34

0 commit comments

Comments
 (0)