diff options
author | Eric Christopher <echristo@gmail.com> | 2013-09-04 22:21:24 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-09-04 22:21:24 +0000 |
commit | e31e072c3363e49eb1e2b24181384663b4ffb36c (patch) | |
tree | 6c6241aa0bb384c5516221a001db1af8db860d1e /llvm/test/DebugInfo/X86/stringpool.ll | |
parent | 99dab3b43c3a40a1281ba510e507d94a0ec3d336 (diff) | |
download | bcm5719-llvm-e31e072c3363e49eb1e2b24181384663b4ffb36c.tar.gz bcm5719-llvm-e31e072c3363e49eb1e2b24181384663b4ffb36c.zip |
Remove hack ensuring that darwin didn't produce dwarf > 3 for modules
without a limiting factor.
Update all testcases accordingly.
llvm-svn: 190002
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 d9604de0f62..02a0fea7e39 100644 --- a/llvm/test/DebugInfo/X86/stringpool.ll +++ b/llvm/test/DebugInfo/X86/stringpool.ll @@ -26,8 +26,8 @@ ; Verify that we refer to 'yyyy' without a relocation. ; DARWIN: Lset5 = Linfo_string3-Linfo_string ## DW_AT_name ; DARWIN-NEXT: .long Lset5 -; DARWIN-NEXT: .long 39 ## DW_AT_type -; DARWIN-NEXT: .byte 1 ## DW_AT_external +; DARWIN-NEXT: .long 38 ## DW_AT_type +; DARWIN-NEXT: ## DW_AT_external ; DARWIN-NEXT: .byte 1 ## DW_AT_decl_file ; DARWIN-NEXT: .byte 1 ## DW_AT_decl_line ; DARWIN-NEXT: .byte 9 ## DW_AT_location |