[PATCH] D137028: [llvm][utils] Add DenseMap data formatters

Michael Buch via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 05:01:12 PDT 2023


Michael137 added inline comments.


================
Comment at: llvm/utils/lldbDataFormatters.py:82
+        "-F lldbDataFormatters.DenseMapSummary "
+        '-x "^llvm::DenseMap<.+>$"'
+    )
----------------
Was playing around with this patch locally and it works quite well.

I had to add `-e` here though to get the children to display


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137028



More information about the llvm-commits mailing list