[PATCH] D51593: [dwarfdump] Improve -diff option by hiding more.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 4 08:39:00 PDT 2018
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
Thanks, this will be very useful.
================
Comment at: llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp:410
while (DataPtr < EndDataPtr) {
- OS << format("%2.2x ", *DataPtr);
+ AddrOS << format("%2.2x ", *DataPtr);
++DataPtr;
----------------
Can using two different streams cause the output to go out of sync due to buffering?
Repository:
rL LLVM
https://reviews.llvm.org/D51593
More information about the llvm-commits
mailing list