Skip to content
  1. Nov 20, 2013
    • David Blaikie's avatar
      DebugInfo: Partial implementation of DWARF type units. · 409dd9c3
      David Blaikie authored
      Emit DW_TAG_type_units into the debug_info section using compile unit
      headers. This is bogus/unusable by debuggers, but testable and provides
      more isolated review.
      
      Subsequent patches will include support for type unit headers and
      emission into the debug_types section, as well as comdat grouping the
      types based on their hash. Also the CompileUnit type will be renamed
      'Unit' and relevant portions pulled out into respective CompileUnit and
      TypeUnit types.
      
      llvm-svn: 195166
      409dd9c3
  2. Nov 19, 2013
Loading