[PATCH] D20967: [llvm-pdbdump] Introduce an abstraction for the output style.

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 3 08:37:43 PDT 2016


zturner created this revision.
zturner added reviewers: rnk, ruiu, majnemer.
zturner added a subscriber: llvm-commits.

    [llvm-pdbdump] Introduce an abstraction for the output style.

    This opens the door to introducing a YAML outputter which can be
    used for machine consumption.  Currently the yaml output style
    is unimplemented and returns an error if you try to use it.


http://reviews.llvm.org/D20967

Files:
  tools/llvm-pdbdump/CMakeLists.txt
  tools/llvm-pdbdump/LLVMOutputStyle.cpp
  tools/llvm-pdbdump/LLVMOutputStyle.h
  tools/llvm-pdbdump/OutputStyle.h
  tools/llvm-pdbdump/llvm-pdbdump.cpp
  tools/llvm-pdbdump/llvm-pdbdump.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20967.59563.patch
Type: text/x-patch
Size: 57146 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160603/a82a0ee1/attachment.bin>


More information about the llvm-commits mailing list