summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86/stringpool.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-07-27 22:00:05 +0000
committerEric Christopher <echristo@apple.com>2012-07-27 22:00:05 +0000
commitc23b933d5f8be9b51a1d22e717c0311f65f87dcd (patch)
tree13941b9277e77b70fea5995ede4c4b98ca29c07e /test/DebugInfo/X86/stringpool.ll
parentc16bf79303ad8c84c5dd3c76e143cd2145539834 (diff)
downloadllvm-c23b933d5f8be9b51a1d22e717c0311f65f87dcd.tar.gz
llvm-c23b933d5f8be9b51a1d22e717c0311f65f87dcd.tar.bz2
llvm-c23b933d5f8be9b51a1d22e717c0311f65f87dcd.tar.xz
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/stringpool.ll')
-rw-r--r--test/DebugInfo/X86/stringpool.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/DebugInfo/X86/stringpool.ll b/test/DebugInfo/X86/stringpool.ll
index 2cd100156a..af475402d3 100644
--- a/test/DebugInfo/X86/stringpool.ll
+++ b/test/DebugInfo/X86/stringpool.ll
@@ -16,7 +16,7 @@
; Verify that we refer to 'yyyy' with a relocation.
; LINUX: .long .Lstring3 # DW_AT_name
-; LINUX-NEXT: .long 39 # DW_AT_type
+; LINUX-NEXT: .long 47 # DW_AT_type
; LINUX-NEXT: .byte 1 # DW_AT_external
; LINUX-NEXT: .byte 1 # DW_AT_decl_file
; LINUX-NEXT: .byte 1 # DW_AT_decl_line
@@ -27,7 +27,7 @@
; Verify that we refer to 'yyyy' without a relocation.
; DARWIN: Lset5 = Lstring3-Lsection_str ## DW_AT_name
; DARWIN-NEXT: .long Lset5
-; DARWIN-NEXT: .long 39 ## DW_AT_type
+; DARWIN-NEXT: .long 47 ## DW_AT_type
; DARWIN-NEXT: .byte 1 ## DW_AT_external
; DARWIN-NEXT: .byte 1 ## DW_AT_decl_file
; DARWIN-NEXT: .byte 1 ## DW_AT_decl_line