Skip to content

Commit b007b24

Browse files
[DebugInfo] Add DW_AT_artificial for compiler generated static member. (llvm#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 the syntax for 'REQUIRES', to include a regular expression.
1 parent 0398cb4 commit b007b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; REQUIRES: x86_64-linux
1+
; REQUIRES: target={{x86_64-.*-linux}}
22
; RUN: llc -O0 -filetype=obj < %s | \
33
; RUN: llvm-dwarfdump --debug-info - | FileCheck %s
44

0 commit comments

Comments
 (0)