diff options
author | Eric Christopher <echristo@apple.com> | 2012-07-27 22:00:05 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-07-27 22:00:05 +0000 |
commit | c23b933d5f8be9b51a1d22e717c0311f65f87dcd (patch) | |
tree | 13941b9277e77b70fea5995ede4c4b98ca29c07e /test/DebugInfo/X86/DW_AT_specification.ll | |
parent | c16bf79303ad8c84c5dd3c76e143cd2145539834 (diff) | |
download | external_llvm-c23b933d5f8be9b51a1d22e717c0311f65f87dcd.zip external_llvm-c23b933d5f8be9b51a1d22e717c0311f65f87dcd.tar.gz external_llvm-c23b933d5f8be9b51a1d22e717c0311f65f87dcd.tar.bz2 |
Add a DW_AT_high_pc for CUs that are a single address range. Update
all tests accordingly.
Fixes PR13351.
Patch by shinichiro hamaji!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160899 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/X86/DW_AT_specification.ll')
-rw-r--r-- | test/DebugInfo/X86/DW_AT_specification.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/DebugInfo/X86/DW_AT_specification.ll b/test/DebugInfo/X86/DW_AT_specification.ll index 078b740..5df4f2a 100644 --- a/test/DebugInfo/X86/DW_AT_specification.ll +++ b/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: 0x0000003a: DW_TAG_subprogram [5] * -; CHECK: 0x00000060: DW_AT_specification [DW_FORM_ref4] (cu + 0x003a => {0x0000003a}) +; CHECK: 0x00000042: DW_TAG_subprogram [5] * +; CHECK: 0x00000068: DW_AT_specification [DW_FORM_ref4] (cu + 0x0042 => {0x00000042}) @_ZZN3foo3barEvE1x = constant i32 0, align 4 |