[PATCH] D153821: [Symbolizer] Ignroe unknown additional symbolizer markup fields

Daniel Thornburgh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 17:01:55 PDT 2023


mysterymath created this revision.
mysterymath added reviewers: jhenderson, mcgrathr, phosek.
Herald added a subscriber: hiraditya.
Herald added a project: All.
mysterymath requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The symbolizer markup syntax is structured such that fields require only
previous fields for their interpretation; this was originally intended
to make adding new fields a natural extension mechanism for existing
elements. This codifies this into the spec and makes the behavior of the
llvm-symbolizer match. Extra fields are now warned about, but ignored,
rather than ignoring the whole element.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153821

Files:
  llvm/docs/SymbolizerMarkupFormat.rst
  llvm/include/llvm/DebugInfo/Symbolize/MarkupFilter.h
  llvm/lib/DebugInfo/Symbolize/MarkupFilter.cpp
  llvm/test/DebugInfo/symbolize-filter-markup-bt.test
  llvm/test/DebugInfo/symbolize-filter-markup-pc.test
  llvm/test/DebugInfo/symbolize-filter-markup-reset.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153821.534789.patch
Type: text/x-patch
Size: 6852 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230627/9db7b91b/attachment.bin>


More information about the llvm-commits mailing list