[PATCH] D113460: [llvm-dwarfdump] Add support for filtering by DIE tags

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 9 09:10:57 PST 2021


dblaikie added a comment.

I think the change could be simplified a bit - renaming "filterByName" to just "filter" and having it do both name and tag filtering together, in a single pass?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113460



More information about the llvm-commits mailing list