[PATCH] D146854: [Symbolizer] Add flag to dump symbolizer markup context JSON.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 28 08:35:30 PDT 2023


dblaikie added a comment.

"context" as the name for this confuses me a bit - perhaps you can describe it more (maybe I'm jus tthinking about it wrong, or maybe it could benefit from a rename)

When I think of "dumping context" - I think of dumping the text surrounding the symbolizer markup, which it isn't doing. It looks like it's something like "dump markup as json", is that accurate? (& it drops/doesn't print out any of the non-markup content present in the input?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146854



More information about the llvm-commits mailing list