[PATCH] D14128: Enable readobj to emit readelf like output.
khemant@codeaurora.org via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 5 09:19:25 PST 2016
khemant added inline comments.
================
Comment at: tools/llvm-readobj/StreamWriter.h:323
@@ -317,1 +322,3 @@
+struct SimpleLinePrinter {
+ typedef std::pair<StringRef, int> LineEntry;
----------------
This is unnecessary. Formatted raw stream is a better fit. Next patch will make use of that.
Repository:
rL LLVM
http://reviews.llvm.org/D14128
More information about the llvm-commits
mailing list