Skip to content
  1. Feb 15, 2014
    • David Blaikie's avatar
      DebugInfo: Implement DW_AT_stmt_list for type units · 60e6386b
      David Blaikie authored
      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.
      
      llvm-svn: 201445
      60e6386b
  2. Feb 14, 2014
Loading