[PATCH] D46583: DWARFVerifier: Check "completeness" of .debug_names section
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 8 09:49:32 PDT 2018
labath added a comment.
In https://reviews.llvm.org/D46583#1091492, @aprantl wrote:
> How expensive is this check when running it on a program the size of clang?
It is significantly faster than the verification we do for .debug_info. .debug_names took 85 seconds for me, whereas .debug_info is now at 13 minutes and still running (this is with asserts enabled). On a somewhat smaller (but still big) executable the ratio was about 10:1.
Repository:
rL LLVM
https://reviews.llvm.org/D46583
More information about the llvm-commits
mailing list