[all-commits] [llvm/llvm-project] 8bd078: [Symbolize] Parse multi-line markup elements.
Daniel Thornburgh via All-commits
all-commits at lists.llvm.org
Wed Jun 22 10:00:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8bd078b57c7d308c0b6b29da9f98386a17b72b89
https://github.com/llvm/llvm-project/commit/8bd078b57c7d308c0b6b29da9f98386a17b72b89
Author: Daniel Thornburgh <dthorn at google.com>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M llvm/include/llvm/DebugInfo/Symbolize/Markup.h
M llvm/lib/DebugInfo/Symbolize/Markup.cpp
M llvm/unittests/DebugInfo/Symbolizer/MarkupTest.cpp
Log Message:
-----------
[Symbolize] Parse multi-line markup elements.
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.
Reviewed By: peter.smith
Differential Revision: https://reviews.llvm.org/D124798
More information about the All-commits
mailing list