summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86/elf-names.ll
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2012-12-13 22:43:07 +0000
committerDavid Blaikie <dblaikie@gmail.com>2012-12-13 22:43:07 +0000
commit01bc2b39a4cbe76537e11411038bb834bceaf8a0 (patch)
tree4b163d3cd0f22d5650bf9503c5e16169229c12f0 /test/DebugInfo/X86/elf-names.ll
parent05bc091336fa31dd0fe62058ae273900d9f8c8ec (diff)
downloadllvm-01bc2b39a4cbe76537e11411038bb834bceaf8a0.tar.gz
llvm-01bc2b39a4cbe76537e11411038bb834bceaf8a0.tar.bz2
llvm-01bc2b39a4cbe76537e11411038bb834bceaf8a0.tar.xz
Debug Info: add support to mark member variables as artificial
This is the LLVM portion of r170154. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170156 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/X86/elf-names.ll')
-rw-r--r--test/DebugInfo/X86/elf-names.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/DebugInfo/X86/elf-names.ll b/test/DebugInfo/X86/elf-names.ll
index b908bcefe4..6e7154cfe8 100644
--- a/test/DebugInfo/X86/elf-names.ll
+++ b/test/DebugInfo/X86/elf-names.ll
@@ -7,6 +7,7 @@
; CHECK: 0x0000003d: DW_AT_name [DW_FORM_strp] ( .debug_str[0x0000006d] = "D")
; CHECK: 0x00000044: DW_TAG_member
; CHECK: 0x00000045: DW_AT_name [DW_FORM_strp] ( .debug_str[0x0000005d] = "c1")
+; CHECK: 0x0000008d: DW_AT_artificial [DW_FORM_flag_present] (true)
%class.D = type { i32, i32, i32, i32 }