| commit | d2c38d684a733ef0facf670bbd0a85040ca48a9c | [log] [tgz] |
|---|---|---|
| author | Manman Ren <mren@apple.com> | Wed Feb 06 00:59:41 2013 +0000 |
| committer | Manman Ren <mren@apple.com> | Wed Feb 06 00:59:41 2013 +0000 |
| tree | 0608af14c06709fa2d5b71518dd2afa6218522e8 | |
| parent | 434fb1f6d53101da52c5cb05abf94a8ec2fc191f [diff] |
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