Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move llvm-readobj/StreamWriter to Support. | Zachary Turner | 2016-05-03 | 1 | -0/+72 |
We wish to re-use this from llvm-pdbdump, and it provides a nice way to print structured data in scoped format that could prove useful for many other dumping tools as well. Moving to support and changing name to ScopedPrinter to better reflect its purpose. llvm-svn: 268342 |