diff options
author | Eric Christopher <echristo@apple.com> | 2012-08-01 18:19:01 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-08-01 18:19:01 +0000 |
commit | b1b9451337a4cc3c42e77cc51e93b176b8b7adb9 (patch) | |
tree | 212475251d00c75b119593a28be038c6ea8ae9a7 /llvm/test/DebugInfo/X86/stringpool.ll | |
parent | a9a8c6271417c7492e68c35c64a7055dc253a9e4 (diff) | |
download | bcm5719-llvm-b1b9451337a4cc3c42e77cc51e93b176b8b7adb9.tar.gz bcm5719-llvm-b1b9451337a4cc3c42e77cc51e93b176b8b7adb9.zip |
Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causing
failures in the debug testsuite and possibly PR13486.
llvm-svn: 161121
Diffstat (limited to 'llvm/test/DebugInfo/X86/stringpool.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/stringpool.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/stringpool.ll b/llvm/test/DebugInfo/X86/stringpool.ll index af475402d36..2cd100156aa 100644 --- a/llvm/test/DebugInfo/X86/stringpool.ll +++ b/llvm/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 47 # DW_AT_type +; LINUX-NEXT: .long 39 # 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 47 ## DW_AT_type +; DARWIN-NEXT: .long 39 ## 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 |