[PATCH] D135166: [DebugInfo] getMergedLocation: Maintain the line number if they match
Juan Manuel Martinez CaamaƱo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 10 07:34:27 PDT 2022
jmmartinez added a comment.
In D135166#3843796 <https://reviews.llvm.org/D135166#3843796>, @dblaikie wrote:
> Got a rough sense of how this changes debug info size (especially .debug_line growth) - maybe on a clang self-host?
I just finished mesuring this. I compiled in `Release+-gline-tables-only` and `RelWithDebInfo`. In both cases the size difference in clang's binary was pretty small (less than 100 bytes).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135166/new/
https://reviews.llvm.org/D135166
More information about the llvm-commits
mailing list