commit | 4b45137a4fede81a1c2d3a930e78b61965f9b36f | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Fri Feb 14 23:58:13 2014 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Fri Feb 14 23:58:13 2014 +0000 |
tree | be4b52fc27c0ac59ecf9c9d97986bb41c4a19a91 | |
parent | ff1677e9c5b9464de62950eb974d728e139a7d30 [diff] |
DebugInfo: Implement DW_AT_stmt_list for type units Type units will share the statement list of their defining compile unit. This is a tradeoff that reduces .o debug info size at the cost of some linked debug info size (since the contents of those string tables won't be deduplicated along with the type unit) which seems right for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201445 91177308-0d34-0410-b5e6-96231b3b80d8