This is an archive of the discontinued LLVM Phabricator instance.

[pdbdump] Use the "flow" style to print out a sequence of uint32_t.
ClosedPublic

Authored by ruiu on Jul 20 2016, 12:00 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu updated this revision to Diff 64723.Jul 20 2016, 12:00 PM
ruiu retitled this revision from to [pdbdump] Use the "flow" style to print out a sequence of uint32_t..
ruiu updated this object.
ruiu added a reviewer: zturner.
ruiu added a subscriber: llvm-commits.
zturner edited edge metadata.Jul 20 2016, 12:17 PM

Yea, I wondered what that "flow" style was that I saw in comments. I guess now I know. There is another one called LLVM_YAML_IS_DOCUMENT_LIST_VECTOR. Do you know what this is?

ruiu added a comment.Jul 20 2016, 12:20 PM

Looks like it is to write multiple YAML documents into a single file. http://llvm.org/docs/YamlIO.html#document-list

zturner accepted this revision.Jul 20 2016, 12:23 PM
zturner edited edge metadata.
This revision is now accepted and ready to land.Jul 20 2016, 12:23 PM
This revision was automatically updated to reflect the committed changes.