[PATCH] D30266: Move Stream code from MSF -> Support
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 24 09:37:00 PST 2017
zturner added a reviewer: beanz.
zturner added a comment.
Ping, anyone have any thoughts? So far we have identified at a minimum LLDB, LLVM PDB library, and LLVM libobject that can make use of this, with potential implications all over the LLVM DWARF reading and writing code where it uses `DataExtractor`. IMO it also looks useful any time we're reading or writing any kind of binary format as well so that people don't have to keep rolling their own code (so potentially everywhere).
https://reviews.llvm.org/D30266
More information about the llvm-commits
mailing list