[PATCH] D14128: Enable readobj to emit readelf like output.

khemant@codeaurora.org via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 09:32:39 PST 2016


khemant added inline comments.

================
Comment at: tools/llvm-readobj/ELFDumper.cpp:2296
@@ +2295,3 @@
+  printFields("Entry point address:", Str);
+  Str = std::to_string(e->e_phoff) + " (bytes into file)";
+  printFields("Start of program headers:", Str);
----------------
Some versions of Cygwin apparently have newlib that do not support std::to_string. There needs to be a change to remove these calls.


Repository:
  rL LLVM

http://reviews.llvm.org/D14128





More information about the llvm-commits mailing list