[PATCH] D52862: DwarfDebug: Pick next location in case of missing location at block begin

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 4 11:08:07 PDT 2018


MatzeB added a comment.

In https://reviews.llvm.org/D52862#1255529, @vsk wrote:

> The core idea and test updates look good to me. I'm curious about the size changes: are you just measuring the size of executables, or of .o's? If it's the former, on Darwin, any size change resulting from this patch might indicate bugs.


I measured executable sizes. I tried some flags of `llvm-size` or `llvm-dwarfdump` but could not figure out how to measure the size of the line tables directly...


Repository:
  rL LLVM

https://reviews.llvm.org/D52862





More information about the llvm-commits mailing list