probinson added a comment.

In https://reviews.llvm.org/D35734#818778, @tberghammer wrote:

> This section have been already removed from Dwarf5 so I agree that we 
> shouldn't spend too much time adding support for it.


Compilers wanting to use type units and DWARF 4 should be emitting them in the 
.debug_types section.  DWARF 5 kept the concept but moved them back into the 
.debug_info section.  Supporting type units in general seems like a good idea, 
and the only question is where they live and what the exact details of the 
header look like.


Repository:
  rL LLVM

https://reviews.llvm.org/D35734



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to