[PATCH] D96289: Add support for YAML output style to llvm-symbolizer
Alex Orlov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 14 21:42:05 PST 2021
aorlov added a comment.
In D96289#2560919 <https://reviews.llvm.org/D96289#2560919>, @MaskRay wrote:
> The line based output can be straightforwardly parsed
And this is fine. I do not see how this patch could prevent your users from parsing the line based output. It is quite the opposite, they are even better protected, as any change in YAML output style would not change what they depend on.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96289/new/
https://reviews.llvm.org/D96289
More information about the llvm-commits
mailing list