diff options
author | Manman Ren <mren@apple.com> | 2013-02-06 00:59:41 +0000 |
---|---|---|
committer | Manman Ren <mren@apple.com> | 2013-02-06 00:59:41 +0000 |
commit | d2c38d684a733ef0facf670bbd0a85040ca48a9c (patch) | |
tree | 0608af14c06709fa2d5b71518dd2afa6218522e8 /llvm/test/DebugInfo/X86/stringpool.ll | |
parent | 434fb1f6d53101da52c5cb05abf94a8ec2fc191f (diff) | |
download | bcm5719-llvm-d2c38d684a733ef0facf670bbd0a85040ca48a9c.tar.gz bcm5719-llvm-d2c38d684a733ef0facf670bbd0a85040ca48a9c.zip |
Attempt to recover gdb bot after r174445.
Failure: undefined symbol 'Lline_table_start0'.
Root-cause: we use a symbol subtraction to calculate at_stmt_list, but
the line table entries are not dumped in the assembly.
Fix: use zero instead of a symbol subtraction for Compile Unit 0.
llvm-svn: 174479
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 4e2a2a2b034..1e08d546e21 100644 --- a/llvm/test/DebugInfo/X86/stringpool.ll +++ b/llvm/test/DebugInfo/X86/stringpool.ll @@ -23,8 +23,8 @@ ; LINUX-NEXT: .quad yyyy ; Verify that we refer to 'yyyy' without a relocation. -; DARWIN: Lset6 = Linfo_string3-Linfo_string ## DW_AT_name -; DARWIN-NEXT: .long Lset6 +; 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: .byte 1 ## DW_AT_decl_file |