diff options
| author | Eric Christopher <echristo@apple.com> | 2012-03-15 23:55:40 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2012-03-15 23:55:40 +0000 |
| commit | 7734ca28917ffe141bddd3dd2f884a9fd04c77c7 (patch) | |
| tree | 66197529f0cde65136c9d19075cd5603ec490160 /llvm/test/DebugInfo/X86/DW_AT_specification.ll | |
| parent | b960db4427daa74635beaa861300c6f93cfa0291 (diff) | |
| download | bcm5719-llvm-7734ca28917ffe141bddd3dd2f884a9fd04c77c7.tar.gz bcm5719-llvm-7734ca28917ffe141bddd3dd2f884a9fd04c77c7.zip | |
For types with a parent of the compile unit make sure and emit
the DECL information.
rdar://10855921
llvm-svn: 152876
Diffstat (limited to 'llvm/test/DebugInfo/X86/DW_AT_specification.ll')
| -rw-r--r-- | llvm/test/DebugInfo/X86/DW_AT_specification.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/DW_AT_specification.ll b/llvm/test/DebugInfo/X86/DW_AT_specification.ll index e4c5c807bfd..078b740a417 100644 --- a/llvm/test/DebugInfo/X86/DW_AT_specification.ll +++ b/llvm/test/DebugInfo/X86/DW_AT_specification.ll @@ -3,8 +3,8 @@ ; test that the DW_AT_specification is a back edge in the file. -; CHECK: 0x00000038: DW_TAG_subprogram [5] * -; CHECK: 0x0000005e: DW_AT_specification [DW_FORM_ref4] (cu + 0x0038 => {0x00000038}) +; CHECK: 0x0000003a: DW_TAG_subprogram [5] * +; CHECK: 0x00000060: DW_AT_specification [DW_FORM_ref4] (cu + 0x003a => {0x0000003a}) @_ZZN3foo3barEvE1x = constant i32 0, align 4 |

