diff options
author | Eric Christopher <echristo@gmail.com> | 2013-01-18 22:11:33 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-01-18 22:11:33 +0000 |
commit | 0969ddf601c7cf9da2b01fe227005951c6af0cac (patch) | |
tree | 97214b1a0c55b8846e49733a80b1b52a9b2b30b9 /test | |
parent | aec710675febb13d3cf4a7141d2658a3b1797cfd (diff) |
Split out DW_OP_addr for the split debug info DWARF5 proposal.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172857 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/DebugInfo/X86/fission-cu.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/DebugInfo/X86/fission-cu.ll b/test/DebugInfo/X86/fission-cu.ll index a9f08f7902..8155d902b0 100644 --- a/test/DebugInfo/X86/fission-cu.ll +++ b/test/DebugInfo/X86/fission-cu.ll @@ -66,6 +66,12 @@ ; CHECK: DW_AT_name [DW_FORM_GNU_str_index] ( indexed (00000004) string = "int") ; CHECK: DW_TAG_variable ; CHECK: DW_AT_name [DW_FORM_GNU_str_index] ( indexed (00000003) string = "a") +; CHECK: DW_AT_type [DW_FORM_ref4] (cu + 0x0016 => {0x00000016}) +; CHECK: DW_AT_external [DW_FORM_flag_present] (true) +; CHECK: DW_AT_decl_file [DW_FORM_data1] (0x01) +; CHECK: DW_AT_decl_line [DW_FORM_data1] (0x01) +; CHECK: DW_AT_location [DW_FORM_block1] (<0x02> fb 01 ) + ; CHECK: .debug_str.dwo contents: ; CHECK: 0x00000000: "clang version 3.3 (trunk 169021) (llvm/trunk 169020)" |