[PATCH] D66525: WIP: [llvm-dwarfdump] Add additional stats fields

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 07:42:53 PDT 2019


djtodoro marked 2 inline comments as done.
djtodoro added inline comments.


================
Comment at: llvm/tools/llvm-dwarfdump/Statistics.cpp:54
   unsigned NumVarTypes = 0;
-  /// Number of variables wtih DW_AT_location.
+  /// Number of variables with DW_AT_location.
   unsigned NumVarLocations = 0;
----------------
vsk wrote:
> Feel free to fix these spelling issues in a separate nfc commit right away.
Sure. I have committed that with the rL370861.


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

https://reviews.llvm.org/D66525





More information about the llvm-commits mailing list