[PATCH] D74611: [obj2yaml][WIP] - Fix indentations in the ELF output.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 15:25:10 PST 2020
MaskRay added a comment.
Does this patch handle sequence types with `has_FlowTraits` (`llvm/Support/YAMLTraits.h`) set? It is used for auto line wrapping.
Key: [value0, value1, value2,
value3, value4,
value5]
I don't know whether obj2yaml has such objects to emit, though.
Maybe you can summarize the problems and ask on llvm-dev?
(I think the direction of D73045 <https://reviews.llvm.org/D73045> may be fine.)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74611/new/
https://reviews.llvm.org/D74611
More information about the llvm-commits
mailing list