[PATCH] D25434: Generate more debug info in -gmlt

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 13:10:49 PDT 2016


probinson added a comment.

I was under the impression that gmlt consumers would use the ELF symbol table to derive the mangled name of the subprogram, which also tells you its starting address.  The line table gives you the source position.  Do you need the subprogram DIEs for something else?


https://reviews.llvm.org/D25434





More information about the llvm-commits mailing list