[PATCH] D58849: llvm-dwarfdump: Add new variable, parameter and inlining statistics; also function source location statistics.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 1 15:01:54 PST 2019
aprantl added a comment.
If the new statistics are purely additive, we probably don't need to bump the version number (but it won't hurt either).
================
Comment at: tools/llvm-dwarfdump/Statistics.cpp:182
}
+ if (!IsArtificial)
+ {
----------------
Can you run your patch through `clang-format`, please?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58849/new/
https://reviews.llvm.org/D58849
More information about the llvm-commits
mailing list