[PATCH] D124798: [Symbolize] Parse multi-line markup elements.
Daniel Thornburgh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 2 12:52:35 PDT 2022
mysterymath created this revision.
mysterymath added reviewers: phosek, mcgrathr, jhenderson.
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.
This allows registering certain tags as possibly beginning multi-line
elements in the symbolizer markup parser. The parser is kept agnostic to
how lines are delimited; it reports the entire contents, including line
endings, once the end of element marker is reached.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D124798
Files:
llvm/include/llvm/DebugInfo/Symbolize/Markup.h
llvm/lib/DebugInfo/Symbolize/Markup.cpp
llvm/unittests/DebugInfo/Symbolizer/MarkupTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124798.426494.patch
Type: text/x-patch
Size: 9799 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220502/ee24f5bc/attachment.bin>
More information about the llvm-commits
mailing list