[PATCH] D113465: [llvm-dwarfdump][Statistics] Handle LTO cases with cross CU referencing

Dimitrije Milošević via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 9 03:54:51 PST 2021


dmilosevic141 updated this revision to Diff 385761.
dmilosevic141 added a comment.

Thanks for the suggestions!

I've updated the following:

- Changed the title so that it is clear that we're fixing the //--statistics// part of the //llvm-dwarfdump// and slightly updated the summary.
- //clang-format//ted the missed line within //Statistics.cpp//. Thanks!
- Reduced the number of function attributes, so that the //.ll// file only contains the necessary ones.
- Reduced the number of //DILocation//s, so that the //.ll// file only contains the necessary ones.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113465/new/

https://reviews.llvm.org/D113465

Files:
  llvm/test/tools/llvm-dwarfdump/X86/LTO_CCU_zero_loc_cov.ll
  llvm/tools/llvm-dwarfdump/Statistics.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113465.385761.patch
Type: text/x-patch
Size: 17682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211109/fa299082/attachment.bin>


More information about the llvm-commits mailing list